diff options
| author | Ken Raeburn | 2000-09-10 01:12:09 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-09-10 01:12:09 +0000 |
| commit | 6a72fdd12eb40f88442576abbc67cfcaa242b701 (patch) | |
| tree | 327c78fd91f8f9559aa12268c766e51e325dae12 /src | |
| parent | 28e6fb6637c2a7249364a299cb07f0fc33d1b1ec (diff) | |
| download | emacs-6a72fdd12eb40f88442576abbc67cfcaa242b701.tar.gz emacs-6a72fdd12eb40f88442576abbc67cfcaa242b701.zip | |
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/s/netbsd.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1c4ef8951a8..3a175418f4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-09-09 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * s/netbsd.h: Use NOT_C_CODE, not NO_C_SOURCE, when deciding | ||
| 4 | whether to include other header files. | ||
| 5 | |||
| 1 | 2000-09-09 Gerd Moellmann <gerd@gnu.org> | 6 | 2000-09-09 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xfaces.c (CYCLE_CHECK): Don't use the Lisp_Object returned | 8 | * 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 @@ | |||
| 94 | before syssignal.h is included, to work around interface conflicts | 94 | before syssignal.h is included, to work around interface conflicts |
| 95 | that are handled with CPP __RENAME() macro in signal.h. */ | 95 | that are handled with CPP __RENAME() macro in signal.h. */ |
| 96 | 96 | ||
| 97 | #ifndef NO_C_SOURCE | 97 | #ifndef NOT_C_CODE |
| 98 | #include <signal.h> | 98 | #include <signal.h> |
| 99 | #endif | 99 | #endif |
| 100 | 100 | ||