diff options
| author | Glenn Morris | 2010-06-02 22:29:02 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-02 22:29:02 -0700 |
| commit | 0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72 (patch) | |
| tree | a0e0d8200221c2572eaf63210057b1abe7212f27 /src/s/gnu.h | |
| parent | dd2c3c9241142e3d8d855a25319467292a418072 (diff) | |
| download | emacs-0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72.tar.gz emacs-0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72.zip | |
NOT_C_CODE is always true now.
* configure.in (AH_BOTTOM): Remove NOT_C_CODE test, it is always true.
* m/ia64.h, s/gnu-linux.h, s/gnu.h, s/netbsd.h, s/usg5-4.h:
Remove NOT_C_CODE tests, it is always true now.
* nt/config.nt: Remove NOT_C_CODE tests, it is always true now.
* admin/CPP-DEFINES: Remove NOT_C_CODE.
Diffstat (limited to 'src/s/gnu.h')
| -rw-r--r-- | src/s/gnu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h index 4567f4e9f4f..95b8017ddc1 100644 --- a/src/s/gnu.h +++ b/src/s/gnu.h | |||
| @@ -34,9 +34,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 34 | 34 | ||
| 35 | /* Some losing code fails to include this and then assumes | 35 | /* Some losing code fails to include this and then assumes |
| 36 | that because it is braindead that O_RDONLY==0. */ | 36 | that because it is braindead that O_RDONLY==0. */ |
| 37 | #ifndef NOT_C_CODE | ||
| 38 | #include <fcntl.h> | 37 | #include <fcntl.h> |
| 39 | #endif | ||
| 40 | 38 | ||
| 41 | #ifdef emacs | 39 | #ifdef emacs |
| 42 | #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ | 40 | #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ |