Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f08b802a
Commit
f08b802a
authored
Mar 16, 2011
by
Paul Eggert
Browse files
* lisp.h (debug_output_compilation_hack): Add decl here, to avoid
warning when compiling print.c.
parent
5ad03b97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/ChangeLog
src/ChangeLog
+3
-0
src/lisp.h
src/lisp.h
+1
-0
No files found.
src/ChangeLog
View file @
f08b802a
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.
src/lisp.h
View file @
f08b802a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment