mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-23 17:25:54 +01:00
A function to extend XLisp's table of function bindings dynamically
This commit is contained in:
@@ -88,7 +88,7 @@ void xladdivar(LVAL cls, const char *var)
|
||||
/* xladdmsg - add a message to a class */
|
||||
void xladdmsg(LVAL cls, const char *msg, int offset)
|
||||
{
|
||||
extern FUNDEF funtab[];
|
||||
extern FUNDEF *funtab;
|
||||
LVAL mptr;
|
||||
|
||||
/* enter the message selector */
|
||||
|
||||
Reference in New Issue
Block a user