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
6a72fdd1
Commit
6a72fdd1
authored
Sep 10, 2000
by
Ken Raeburn
Browse files
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
parent
28e6fb66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/s/netbsd.h
src/s/netbsd.h
+1
-1
No files found.
src/ChangeLog
View file @
6a72fdd1
2000-09-09 Ken Raeburn <raeburn@gnu.org>
* s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding
whether to include other header files.
2000-09-09 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned
...
...
src/s/netbsd.h
View file @
6a72fdd1
...
...
@@ -94,7 +94,7 @@
before syssignal.h is included, to work around interface conflicts
that are handled with CPP __RENAME() macro in signal.h. */
#ifndef NO_C_
SOURC
E
#ifndef NO
T
_C_
COD
E
#include <signal.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