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
d5dd7d18
Commit
d5dd7d18
authored
Jun 04, 1993
by
Richard M. Stallman
Browse files
[__GNUC__ >= 2]: Don't include alloca.h.
parent
cf418db3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/m/sparc.h
src/m/sparc.h
+2
-2
No files found.
src/m/sparc.h
View file @
d5dd7d18
...
...
@@ -5,7 +5,7 @@ This file is part of GNU Emacs.
GNU Emacs is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version
1
, or (at your option)
the Free Software Foundation; either version
2
, or (at your option)
any later version.
GNU Emacs is distributed in the hope that it will be useful,
...
...
@@ -81,7 +81,7 @@ NOTE-END */
in the file alloca.s should be used. */
#define HAVE_ALLOCA
#if __GNUC__
>=
2
/* Modern versions of GCC handle alloca directly. */
#if __GNUC__
<
2
/* Modern versions of GCC handle alloca directly. */
#include <alloca.h>
#endif
...
...
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