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
b3bd5cbc
Commit
b3bd5cbc
authored
Jul 09, 1997
by
Richard M. Stallman
Browse files
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
parent
0c76956f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
src/s/irix4-0.h
src/s/irix4-0.h
+5
-2
No files found.
src/s/irix4-0.h
View file @
b3bd5cbc
...
...
@@ -16,9 +16,12 @@
/* Make process_send_signal work by "typing" a signal character on the pty. */
#define SIGNALS_VIA_CHARACTERS
/* use K&R C */
#ifndef __GNUC__
#define C_SWITCH_MACHINE -cckr
/* use K&R C */
/* We need to increase the expression tree space with -Wf,-XNh
(ghazi@caip.rutgers.edu 7/8/97.)
*/
#define C_SWITCH_SYSTEM -cckr -Wf,-XNh3000
#endif
/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
...
...
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