Mercurial > emacs
changeset 31524:3935d834ff04
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Sun, 10 Sep 2000 01:12:09 +0000 |
parents | 8e99da3fa239 |
children | 5b50ac5d207d |
files | src/ChangeLog src/s/netbsd.h |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 09 13:14:56 2000 +0000 +++ b/src/ChangeLog Sun Sep 10 01:12:09 2000 +0000 @@ -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
--- a/src/s/netbsd.h Sat Sep 09 13:14:56 2000 +0000 +++ b/src/s/netbsd.h Sun Sep 10 01:12:09 2000 +0000 @@ -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