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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
a6b512bf
Commit
a6b512bf
authored
Sep 24, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(STACK_DIRECTION): Don't redefine if defined already.
Move definition down past #include's.
parent
b9952c29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/config.in
src/config.in
+5
-1
No files found.
src/config.in
View file @
a6b512bf
...
@@ -119,7 +119,6 @@ and this notice must be preserved on all copies. */
...
@@ -119,7 +119,6 @@ and this notice must be preserved on all copies. */
#undef HAVE_LONG_FILE_NAMES
#undef HAVE_LONG_FILE_NAMES
#undef CRAY_STACKSEG_END
#undef CRAY_STACKSEG_END
#undef STACK_DIRECTION
#undef UNEXEC_SRC
#undef UNEXEC_SRC
...
@@ -250,6 +249,11 @@ typedef unsigned long EMACS_UINT;
...
@@ -250,6 +249,11 @@ typedef unsigned long EMACS_UINT;
"-I/..." or something similar. */
"-I/..." or something similar. */
#undef C_SWITCH_X_SITE
#undef C_SWITCH_X_SITE
/* Define STACK_DIRECTION here, but not if m/foo.h did. */
#ifndef STACK_DIRECTION
#undef STACK_DIRECTION
#endif
/* Define the return type of signal handlers if the s-xxx file
/* Define the return type of signal handlers if the s-xxx file
did not already do so. */
did not already do so. */
#define RETSIGTYPE void
#define RETSIGTYPE void
...
...
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