# HG changeset patch # User Ken Raeburn # Date 968548329 0 # Node ID 3935d834ff04ae163a4e3c272b290eb16aa84119 # Parent 8e99da3fa23955f2bf52e73fa5a9a19b23816e05 s/netbsd.h: NO_C_SOURCE->NOT_C_CODE diff -r 8e99da3fa239 -r 3935d834ff04 src/ChangeLog --- 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 + + * 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 -r 8e99da3fa239 -r 3935d834ff04 src/s/netbsd.h --- 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 #endif