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
c33f8948
Commit
c33f8948
authored
Aug 16, 2006
by
Richard M. Stallman
Browse files
(debug_output_compilation_hack): New function.
parent
1096b4a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/print.c
src/print.c
+9
-0
No files found.
src/print.c
View file @
c33f8948
...
...
@@ -924,6 +924,15 @@ to make it write to the debugging output. */)
return
character
;
}
/* This function is never called. Its purpose is to prevent
print_output_debug_flag from being optimized away. */
int
debug_output_compilation_hack
(
x
)
int
x
;
{
print_output_debug_flag
=
x
;
}
#if defined(GNU_LINUX)
...
...
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