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:
@@ -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