From: Ken Raeburn Date: Sun, 10 Sep 2000 01:12:09 +0000 (+0000) Subject: s/netbsd.h: NO_C_SOURCE->NOT_C_CODE X-Git-Tag: emacs-pretest-21.0.90~1680 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a72fdd12eb40f88442576abbc67cfcaa242b701;p=emacs.git s/netbsd.h: NO_C_SOURCE->NOT_C_CODE --- diff --git a/src/ChangeLog b/src/ChangeLog index 1c4ef8951a8..3a175418f4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-09-09 Ken Raeburn + + * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding + whether to include other header files. + 2000-09-09 Gerd Moellmann * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 1a134f37443..b5cd081b418 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -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 #endif