comparison src/eval.c @ 13314:661060193eb8

(run_hook_with_args): Add forward declaration.
author Richard M. Stallman <rms@gnu.org>
date Sat, 28 Oct 1995 15:19:25 +0000
parents a537b52d6668
children 17f3f1c1bdf8
comparison
equal deleted inserted replaced
13313:01303e66d1b2 13314:661060193eb8
140 int when_entered_debugger; 140 int when_entered_debugger;
141 141
142 Lisp_Object Vdebugger; 142 Lisp_Object Vdebugger;
143 143
144 void specbind (), record_unwind_protect (); 144 void specbind (), record_unwind_protect ();
145
146 Lisp_Object run_hook_with_args ();
145 147
146 Lisp_Object funcall_lambda (); 148 Lisp_Object funcall_lambda ();
147 extern Lisp_Object ml_apply (); /* Apply a mocklisp function to unevaluated argument list */ 149 extern Lisp_Object ml_apply (); /* Apply a mocklisp function to unevaluated argument list */
148 150
149 init_eval_once () 151 init_eval_once ()