mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
* 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. |
||
|---|---|---|
| .. | ||
| aix4-2.h | ||
| bsd-common.h | ||
| cygwin.h | ||
| darwin.h | ||
| freebsd.h | ||
| gnu-kfreebsd.h | ||
| gnu-linux.h | ||
| gnu.h | ||
| hpux10-20.h | ||
| hpux11.h | ||
| irix6-5.h | ||
| ms-w32.h | ||
| msdos.h | ||
| netbsd.h | ||
| openbsd.h | ||
| README | ||
| sol2-6.h | ||
| sol2-10.h | ||
| template.h | ||
| unixware.h | ||
| usg5-4-common.h | ||
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.