(run_hook_with_args): Add forward declaration.
authorRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 15:19:25 +0000 (15:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 28 Oct 1995 15:19:25 +0000 (15:19 +0000)
src/eval.c

index 69ce3f3..af3624e 100644 (file)
@@ -143,6 +143,8 @@ Lisp_Object Vdebugger;
 
 void specbind (), record_unwind_protect ();
 
+Lisp_Object run_hook_with_args ();
+
 Lisp_Object funcall_lambda ();
 extern Lisp_Object ml_apply (); /* Apply a mocklisp function to unevaluated argument list */