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/m | |
| 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/m')
| -rw-r--r-- | src/m/ia64.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/ia64.h b/src/m/ia64.h index 03ec37b4269..76e2bb87d80 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h | |||
| @@ -48,8 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 48 | /* Convert that into an integer that is 100 for a load average of 1.0 */ | 48 | /* Convert that into an integer that is 100 for a load average of 1.0 */ |
| 49 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) | 49 | #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) |
| 50 | 50 | ||
| 51 | #ifndef NOT_C_CODE | ||
| 52 | |||
| 53 | #ifdef REL_ALLOC | 51 | #ifdef REL_ALLOC |
| 54 | #ifndef _MALLOC_INTERNAL | 52 | #ifndef _MALLOC_INTERNAL |
| 55 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it | 53 | /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it |
| @@ -60,8 +58,6 @@ extern void r_alloc_free (); | |||
| 60 | #endif /* not _MALLOC_INTERNAL */ | 58 | #endif /* not _MALLOC_INTERNAL */ |
| 61 | #endif /* REL_ALLOC */ | 59 | #endif /* REL_ALLOC */ |
| 62 | 60 | ||
| 63 | #endif /* not NOT_C_CODE */ | ||
| 64 | |||
| 65 | #define HAVE_TEXT_START | 61 | #define HAVE_TEXT_START |
| 66 | 62 | ||
| 67 | /* arch-tag: 9b8e9fb2-2e49-4c22-b68f-11a488e77c66 | 63 | /* arch-tag: 9b8e9fb2-2e49-4c22-b68f-11a488e77c66 |