Files
emacs/lib-src
Dan Nicolaescu bba104c11e * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was
always defined as int.

* s/netbsd.h (HAVE_UNION_WAIT, HAVE_WAIT_HEADER, WAIT_USE_INT):
* s/gnu.h (HAVE_WAIT_HEADER, WAIT_USE_INT, HAVE_UNION_WAIT):
* s/gnu-linux.h (HAVE_WAIT_HEADER):
* s/freebsd.h (HAVE_WAIT_HEADER):
* s/bsd-common.h (HAVE_UNION_WAIT):
* s/aix4-2.h (HAVE_WAIT_HEADER):
* m/mips.h (HAVE_UNION_WAIT):
* s/usg5-4.h (HAVE_WAIT_HEADER, WAITTYPE): Do not define, not used.
(COFF, static): Do not define, they are undefined later in the file.

* process.c (update_status): Don't use a union.
(status_convert):
(sigchld_handler): Use int instead of WAITTYPE.

* movemail.c (main): Use int instead of WAITTYPE.
2008-07-12 05:31:23 +00:00
..
2008-03-04 10:18:57 +00:00
2007-07-25 07:00:38 +00:00
2008-06-27 02:41:14 +00:00
2008-06-26 04:24:54 +00:00
2007-07-25 05:08:27 +00:00
2007-07-25 05:08:27 +00:00
2007-07-25 05:08:27 +00:00
2007-07-25 05:08:27 +00:00
2007-07-25 05:08:27 +00:00
2008-07-01 03:00:46 +00:00
2008-06-02 06:00:54 +00:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.