aboutsummaryrefslogtreecommitdiff
path: root/win32/regex.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: Import regex sourceNguyễn Thái Ngọc Duy2010-09-101-0/+490
These were extracted from commit e56b799d6ad8afba4168fffa7218d44c041a72d2 in Git repository. Changes from the original version: > diff --git a/tmp/regex.c b/win32/regex.c > index 87b33e4..2cca169 100644 > --- a/tmp/regex.c > +++ b/win32/regex.c > @@ -24,7 +24,9 @@ > #pragma alloca > #endif > > +#ifndef _GNU_SOURCE > #define _GNU_SOURCE > +#endif > > /* We need this for `regex.h', and perhaps for the Emacs include files. */ > #include <sys/types.h>