1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/src/m
2011-09-09 03:06:52 +02:00
..
alpha.h Whitespace changes. 2011-09-09 03:06:52 +02: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.