1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-22 14:32:58 +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

@@ -21,7 +21,7 @@
/* external variables */
extern LVAL s_printcase,k_downcase,k_const,k_nmacro;
extern LVAL s_ifmt,s_ffmt;
extern FUNDEF funtab[];
extern FUNDEF *funtab;
extern char buf[];
LOCAL void putsymbol(LVAL fptr, char *str, int escflag);