]> git.eshelyaron.com Git - emacs.git/commitdiff
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
authorKen Raeburn <raeburn@raeburn.org>
Sun, 10 Sep 2000 01:12:09 +0000 (01:12 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 10 Sep 2000 01:12:09 +0000 (01:12 +0000)
src/ChangeLog
src/s/netbsd.h

index 1c4ef8951a8028b6d32dbc23695f8b741c60fb7e..3a175418f4a78bc4c4c67d1afb573de008a2cde8 100644 (file)
@@ -1,3 +1,8 @@
+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 
index 1a134f37443b0281414082a9dade8cbc761d703d..b5cd081b418bb7afb7a0c1b2dd67cc4ed866cc7a 100644 (file)
@@ -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_SOURCE
+#ifndef NOT_C_CODE
 #include <signal.h>
 #endif