1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/src/s
Paul Eggert b948ce8b02 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
* lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
* s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h:
* s/netbsd.h, s/sol2-6.h:
Remove definition of GC_MARK_STACK, since the default now works.
* s/aix4-2.h, s/hpux10-20.h, s/unixware.h:
Define GC_MARK_STACK to GC_USE_GCPROS_AS_BEFORE, since that's
no longer the default.
* s/gnu-linux.h (GC_MARK_STACK): Adjust to change in default.
2012-04-13 23:18:49 -07:00
..
aix4-2.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
bsd-common.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cygwin.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
darwin.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
freebsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
gnu-kfreebsd.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
gnu-linux.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
gnu.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
hpux10-20.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
hpux11.h Two more hunks from the HP-UX patch at Bug#6811. 2011-01-23 17:00:22 -05:00
irix6-5.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
ms-w32.h Discourage in comments from defining HAVE_GETCWD on MS-Windows. 2012-03-29 22:06:39 +02:00
msdos.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
netbsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
openbsd.h Port to OpenBSD. 2011-07-19 10:33:06 -07:00
README
sol2-6.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
sol2-10.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
template.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unixware.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
usg5-4-common.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
operating-system-specific definitions.  Each file describes a
particular operating system.  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 system descriptions; it describes
the parameters a system file can specify.