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:
@@ -41,7 +41,7 @@ extern LVAL a_fixnum,a_flonum,a_string,a_stream,a_object;
|
||||
extern LVAL a_vector,a_closure,a_char,a_ustream,a_extern;
|
||||
extern LVAL s_gcflag,s_gchook;
|
||||
extern LVAL s_search_path;
|
||||
extern FUNDEF funtab[];
|
||||
extern FUNDEF *funtab;
|
||||
|
||||
/* forward declarations */
|
||||
FORWARD LOCAL void initwks();
|
||||
|
Reference in New Issue
Block a user