1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
emacs/src/m
Paul Eggert a041960a7c Improve ralloc.c interface checking.
See http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html
* buffer.c (ralloc_reset_variable, r_alloc, r_re_alloc)
(r_alloc_free) [REL_ALLOC]: Move decls from here ...
* lisp.h (r_alloc, r_alloc_free, r_re_alloc, r_alloc_reset_variable)
[REL_ALLOC]: ... to here, to check interface.
* m/ia64.h (r_alloc, r_alloc_free) [REL_ALLOC && !_MALLOC_INTERNAL]:
Remove decls.  This fixes an "It stinks!".
2012-04-15 18:10:42 -07:00
..
alpha.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
amdx86-64.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ia64.h Improve ralloc.c interface checking. 2012-04-15 18:10:42 -07:00
ibmrs6000.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ibms390x.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
intel386.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
m68k.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
macppc.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
README
sparc.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
template.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
vax.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -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.