1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
emacs/src/m
Glenn Morris 0d4bcf4ddd 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.
2010-06-02 22:29:02 -07:00
..
alpha.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
amdx86-64.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
arm.h Move LIB_GCC from cpp to configure. 2010-05-11 20:01:16 -07:00
hp800.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
ia64.h NOT_C_CODE is always true now. 2010-06-02 22:29:02 -07:00
ibmrs6000.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
ibms390.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
ibms390x.h Set linker-related things with configure. 2010-05-18 19:42:04 -07:00
intel386.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
iris4d.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
m68k.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
macppc.h Set linker-related things with configure. 2010-05-18 19:42:04 -07:00
mips.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
README
sh3.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00
sparc.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
template.h * src/[ms]/template.h: Comments. 2010-05-17 19:59:15 -07:00
vax.h Minor comment reformatting for some src/m/*.h files. 2010-05-11 19:37:59 -07:00
xtensa.h Remove all NO_ARG_ARRAY uses. 2010-04-25 15:16:58 -07:00

This directory contains C header files containing machine-specific
definitions.  Each file describes a particular machine.  The emacs
configuration script edits ../config.h to include the appropriate one of
these files, and then each emacs source file includes config.h.

template.h is a generic template for machine descriptions; it
describes the parameters a machine file can specify.