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
0d3c19df
Commit
0d3c19df
authored
Aug 06, 1997
by
Richard M. Stallman
Browse files
(HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.
parent
43776ca0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/m/intel386.h
src/m/intel386.h
+5
-0
No files found.
src/m/intel386.h
View file @
0d3c19df
...
...
@@ -195,7 +195,12 @@ NOTE-END */
#endif
/* not USG5_4 */
#endif
/* LIB_STANDARD */
/* Paul Abrahams <abrahams@acm.org> says that
Unixware does not have alloca when using cc. */
#if ! (defined (USG5_4) && ! defined (__GNUC__))
#define HAVE_ALLOCA
#endif
#define NO_REMAP
#define TEXT_START 0
#endif
/* USG */
...
...
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