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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user