Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
488b7cb3
Commit
488b7cb3
authored
Sep 17, 1996
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace symbol BSD with BSD_SYSTEM.
parent
e397a017
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/Makefile.in
src/Makefile.in
+3
-3
src/emacs.c
src/emacs.c
+1
-1
No files found.
src/Makefile.in
View file @
488b7cb3
...
...
@@ -137,11 +137,11 @@ CC = C_COMPILER
/* Some s/SYSTEM.h files define this to request special switches in ld. */
#ifndef LD_SWITCH_SYSTEM
#if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)))
#if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD
_SYSTEM
) && !defined (COFF)))
#define LD_SWITCH_SYSTEM -X
#else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
#else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD
_SYSTEM
) && !defined (COFF)) */
#define LD_SWITCH_SYSTEM
#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD
_SYSTEM
) && !defined (COFF)) */
#endif /* LD_SWITCH_SYSTEM */
/* Some m/MACHINE.h files define this to request special switches in ld. */
...
...
src/emacs.c
View file @
488b7cb3
...
...
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
#include <ssdef.h>
#endif
#ifdef BSD
#ifdef BSD
_SYSTEM
#include <sys/ioctl.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