php-src/ext/ereg/regex/regex_extra.h

24 lines
379 B
C
Raw Normal View History

/* do not frame this - we must be able to include this file multiple times */
#undef regexec
#undef regerror
#undef regfree
#undef regcomp
#if (defined(REGEX) && REGEX == 1) || (!defined(REGEX))
#ifndef PHP_WIN32
1999-11-13 18:03:07 +00:00
#ifndef PHP_NO_ALIASES
#define regexec php_regexec
#define regerror php_regerror
#define regfree php_regfree
#define regcomp php_regcomp
#endif
1999-11-13 18:03:07 +00:00
#endif
#endif