mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Reapply e6d069787b
anda1dc8305f0
Author: Paul Licameli <paul.licameli@audacityteam.org> Date: Thu Feb 22 01:02:15 2018 -0500 Fix mistake in commita1dc830
and add a comment Author: Paul Licameli <paul.licameli@audacityteam.org> Date: Wed Feb 21 15:46:18 2018 -0500 A function to extend XLisp's table of function bindings dynamically
This commit is contained in:
@@ -182,7 +182,7 @@ int xlisave(const char *fname)
|
||||
/* xlirestore - restore a saved memory image */
|
||||
int xlirestore(const char *fname)
|
||||
{
|
||||
extern FUNDEF funtab[];
|
||||
extern FUNDEF *funtab;
|
||||
char fullname[STRMAX+1];
|
||||
unsigned char *cp;
|
||||
int n,i,max,type;
|
||||
|
Reference in New Issue
Block a user