1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/src/m
Dan Nicolaescu 76b397fb2a Simplify Irix build, remove iris4d.h file.
* configure.in: Remove reference to iris4d.h.

* src/m/iris4d.h: Remove file, move contents ...
* src/s/irix6-5.h: ... here.
2011-07-06 20:24:33 -07:00
..
alpha.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
amdx86-64.h Replace pEd with more-general pI, and fix some printf arg casts. 2011-04-18 17:34:42 -07:00
ia64.h Replace pEd with more-general pI, and fix some printf arg casts. 2011-04-18 17:34:42 -07:00
ibmrs6000.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ibms390.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
ibms390x.h Replace pEd with more-general pI, and fix some printf arg casts. 2011-04-18 17:34:42 -07:00
intel386.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
m68k.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
macppc.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
README
sparc.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
template.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
vax.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08: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.