mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
Reapply e6d069787b
anda1dc8305f0Author: Paul Licameli <paul.licameli@audacityteam.org> Date: Thu Feb 22 01:02:15 2018 -0500 Fix mistake in commita1dc830and 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:
@@ -925,7 +925,7 @@ int xlisnumber(char *str, LVAL *pval)
|
||||
/* defmacro - define a read macro */
|
||||
void defmacro(int ch, LVAL type, int offset)
|
||||
{
|
||||
extern FUNDEF funtab[];
|
||||
extern FUNDEF *funtab;
|
||||
LVAL subr;
|
||||
subr = cvsubr(funtab[offset].fd_subr,funtab[offset].fd_type,offset);
|
||||
setelement(getvalue(s_rtable),ch,cons(type,subr));
|
||||
|
||||
Reference in New Issue
Block a user