]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp.h (debug_output_compilation_hack): Add decl here, to avoid
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Mar 2011 21:27:03 +0000 (14:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Mar 2011 21:27:03 +0000 (14:27 -0700)
warning when compiling print.c.

src/ChangeLog
src/lisp.h

index 1f30c5996262c85d11a25e02b41b6cbed96fed68..5f02fa1188d589e4447241c68e99f1268ecbc935 100644 (file)
@@ -1,5 +1,8 @@
 2011-03-16  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * lisp.h (debug_output_compilation_hack): Add decl here, to avoid
+       warning when compiling print.c.
+
        * font.c (font_unparse_fcname): Abort in an "impossible" situation
        instead of using an uninitialized var.
        (font_sort_entities): Mark var as initialized.
index 074c758ce8eaf990e6ce4f63b77c76e6152f52bf..04d75d55dc626b79f80098f4bb183da8911f45e8 100644 (file)
@@ -2763,6 +2763,7 @@ EXFUN (Fprint, 2);
 EXFUN (Ferror_message_string, 1);
 extern Lisp_Object Qstandard_output;
 extern Lisp_Object Qexternal_debugging_output;
+extern void debug_output_compilation_hack (int);
 extern void temp_output_buffer_setup (const char *);
 extern int print_level;
 extern Lisp_Object Qprint_escape_newlines;