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/s | |
| parent | 28e6fb6637c2a7249364a299cb07f0fc33d1b1ec (diff) | |
| download | emacs-6a72fdd12eb40f88442576abbc67cfcaa242b701.tar.gz emacs-6a72fdd12eb40f88442576abbc67cfcaa242b701.zip | |
s/netbsd.h: NO_C_SOURCE->NOT_C_CODE
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/netbsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||