changeset 42278:0f4654c6a883

Remove declarations of variables `Vmocklisp_arguments', `Qmocklisp' and `Qmocklisp_arguments'. Remove prototype of syms_of_mocklisp.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 22 Dec 2001 14:01:52 +0000
parents fd38a0b6a3ff
children 26edff7f8f45
files src/lisp.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Sat Dec 22 14:01:01 2001 +0000
+++ b/src/lisp.h	Sat Dec 22 14:01:52 2001 +0000
@@ -2437,7 +2437,6 @@
 /* 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 @@
 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;