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
dae581bf
Commit
dae581bf
authored
Aug 16, 2006
by
Andreas Schwab
Browse files
(debug_output_compilation_hack): Fix return type.
parent
e9f67acf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/print.c
src/print.c
+1
-1
No files found.
src/ChangeLog
View file @
dae581bf
2006-08-16 Andreas Schwab <schwab@suse.de>
* print.c (debug_output_compilation_hack): Fix return type.
2006-08-16 Richard Stallman <rms@gnu.org>
* print.c (debug_output_compilation_hack): New function.
...
...
src/print.c
View file @
dae581bf
...
...
@@ -927,7 +927,7 @@ to make it write to the debugging output. */)
/* This function is never called. Its purpose is to prevent
print_output_debug_flag from being optimized away. */
int
void
debug_output_compilation_hack
(
x
)
int
x
;
{
...
...
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