diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-02 22:29:02 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-02 22:29:02 -0700 |
commit | 0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72 (patch) | |
tree | a0e0d8200221c2572eaf63210057b1abe7212f27 /src/m | |
parent | dd2c3c9241142e3d8d855a25319467292a418072 (diff) | |
download | emacs-0d4bcf4ddd512e29e414fe1b6f804dcbaa871e72.tar.gz |
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/>. */ /* Convert that into an integer that is 100 for a load average of 1.0 */ #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) -#ifndef NOT_C_CODE - #ifdef REL_ALLOC #ifndef _MALLOC_INTERNAL /* "char *" because ralloc.c defines it that way. gmalloc.c thinks it @@ -60,8 +58,6 @@ extern void r_alloc_free (); #endif /* not _MALLOC_INTERNAL */ #endif /* REL_ALLOC */ -#endif /* not NOT_C_CODE */ - #define HAVE_TEXT_START /* arch-tag: 9b8e9fb2-2e49-4c22-b68f-11a488e77c66 |