* Makefile.in (DLL_OFILES): Remove v8 regexp files.
(OBSOLETE_FUNCTIONS): Remove v8 regexp functions. (NEW_FUNCTIONS): Remove POSIX regex functions. * cygwin.din: Export POSIX regex functions with their correct symbol name. Export with posix_ prefix for backward compatibility. * syscalls.cc (regfree): Remove ancient fake function. * regex/regex.h: Remove renaming regex functions within Cygwin. * regexp/*: Remove. * include /cygwin/version,.h: Bump API minor number.
This commit is contained in:
@ -6,13 +6,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __INSIDE_CYGWIN__
|
||||
#define regcomp posix_regcomp
|
||||
#define regerror posix_regerror
|
||||
#define regexec posix_regexec
|
||||
#define regfree posix_regfree
|
||||
#endif
|
||||
|
||||
/* === regex2.h === */
|
||||
typedef _off_t regoff_t;
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user