From 6a72fdd12eb40f88442576abbc67cfcaa242b701 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 10 Sep 2000 01:12:09 +0000 Subject: [PATCH] s/netbsd.h: NO_C_SOURCE->NOT_C_CODE --- src/ChangeLog | 5 +++++ src/s/netbsd.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5