1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02:00

A function to extend XLisp's table of function bindings dynamically

This commit is contained in:
Paul Licameli
2018-02-21 15:46:18 -05:00
parent e57afb3729
commit a1dc8305f0
7 changed files with 38 additions and 7 deletions

View File

@@ -134,7 +134,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;