Mercurial > emacs
view src/s/ptx4-2.h @ 31213:9efb8adfefa4
* regex.c: Indent cpp directives and remove parens after `defined'.
(PTR_TO_OFFSET, POS_AS_IN_BUFFER): Move to a better place.
(ISDIGIT, ISCNTRL, ISXDIGIT) [!emacs]: Remove duplicate definition.
(regex_compile): Use RE_FRUGAL instead of RE_ALL_GREEDY.
(re_compile_pattern): Use size_t for length.
(init_syntax_once): Move to a better place.
* regex.h: Merge changes from GNU libc. Indent cpp directives.
(RE_FRUGAL): Replaces RE_ALL_GREEDY (inverted meaning).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Aug 2000 00:37:24 +0000 |
parents | c2bb9ab28588 |
children | 695cf19ef79e |
line wrap: on
line source
#include "ptx4.h" /* Gelling Kevan (gellingk.eurostar@ems.rail.co.uk) says that PTX 4.2.3 needs this version. */ #undef SETUP_SLAVE_PTY #define SETUP_SLAVE_PTY \ if (ioctl (xforkin, I_PUSH, "ptem") == -1) \ fatal ("ioctl I_PUSH ptem", errno); \ if (ioctl (xforkin, I_PUSH, "ldterm") == -1) \ fatal ("ioctl I_PUSH ldterm", errno); /* Gelling Kevan (gellingk.eurostar@ems.rail.co.uk) says that gmalloc.c needs _POSIX_SOURCE. This defines _POSIX_SOURCE only for gmalloc.c. */ #ifdef _MALLOC_INTERNAL #define _POSIX_SOURCE #endif