* regex.c: Indent cpp directives and remove parens after `defined'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 28 Aug 2000 00:37:50 +0000 (00:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 28 Aug 2000 00:37:50 +0000 (00:37 +0000)
commit0b32bf0e347f0f16f9f4c1860af1b85f900e64f0
tree46c7f81e011c37ecbd887c26ede3a429fc72105f
parent28bb2cef0204faf0dbbce096ec6d18810ff273e8
* 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).
src/ChangeLog
src/regex.c
src/regex.h