1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
emacs/src/s
Paul Eggert 2adb6e8578 * s/gnu-linux.h: Fix mark_memory typo (Bug#10286).
(GC_MARK_SECONDARY_STACK): Omit removed 3rd arg to mark_memory,
which caused a build failure on GNU/Linux IA-64.  This problem was
introduced by my 2011-10-07 patch.
2011-12-16 17:05:26 -08:00
..
aix4-2.h Assume freestanding C89 headers, string.h, stdlib.h. 2011-07-06 18:32:56 -07:00
bsd-common.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
cygwin.h Standardize on VIRT_ADDR_VARIES behavior; otherwise, valgrind 2011-11-10 00:14:27 -08:00
darwin.h * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. 2011-03-16 22:15:08 -07:00
freebsd.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
gnu-kfreebsd.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
gnu-linux.h * s/gnu-linux.h: Fix mark_memory typo (Bug#10286). 2011-12-16 17:05:26 -08:00
gnu.h * s/gnu.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS (Bug#9926). 2011-11-08 12:15:17 -08:00
hpux10-20.h Merge from trunk. 2011-11-13 20:35:22 -08: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 Simplify Irix build, remove iris4d.h file. 2011-07-06 20:24:33 -07:00
ms-w32.h Fix MS-Windows build with MSVC compiler. 2011-11-27 20:52:53 +02:00
msdos.h Spelling fixes. 2011-11-14 12:23:26 -08:00
netbsd.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
openbsd.h Port to OpenBSD. 2011-07-19 10:33:06 -07:00
README
sol2-6.h * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl. 2011-04-16 15:06:00 -07:00
sol2-10.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
template.h Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
unixware.h * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl. 2011-04-16 15:06:00 -07:00
usg5-4-common.h * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'. 2011-04-16 14:57:28 -07: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.