Remove declarations of variables Vmocklisp_arguments',
Qmocklisp' and
`Qmocklisp_arguments'. Remove prototype of syms_of_mocklisp.
This commit is contained in:
parent
2b9bde762b
commit
746de544e0
1 changed files with 0 additions and 4 deletions
|
@ -2437,7 +2437,6 @@ extern void syms_of_lread P_ ((void));
|
|||
/* Defined in eval.c */
|
||||
extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro;
|
||||
extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag;
|
||||
extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments;
|
||||
extern Lisp_Object Vautoload_queue;
|
||||
extern Lisp_Object Vdebug_on_error;
|
||||
extern Lisp_Object Vsignaling_function;
|
||||
|
@ -3012,9 +3011,6 @@ extern void syms_of_ccl P_ ((void));
|
|||
EXFUN (Ffile_attributes, 1);
|
||||
extern void syms_of_dired P_ ((void));
|
||||
|
||||
/* Defined in mocklisp.c */
|
||||
extern void syms_of_mocklisp P_ ((void));
|
||||
|
||||
/* Defined in term.c */
|
||||
extern void syms_of_term P_ ((void));
|
||||
extern void fatal () NO_RETURN;
|
||||
|
|
Loading…
Add table
Reference in a new issue