* regex.c: Indent cpp directives and remove parens after `defined'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 28 Aug 2000 00:37:22 +0000 (00:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 28 Aug 2000 00:37:22 +0000 (00:37 +0000)
commitef7d99e12b474ce2787bd6090e4ce0b4306a291e
tree81f9fd4a3dae6dc89196f1ec70eb0d7b345b7afd
parent41ec1fc2a0ad2af8923cceb3f2792dcb0bd01881
* 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).
regex.c
regex.h