diff options
author | pixel <pixel> | 2004-12-18 13:15:25 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-12-18 13:15:25 +0000 |
commit | 54513cfb499a2f40859dd7d46e4be4a24bedf215 (patch) | |
tree | 9cf0ed0c6ffba55e3d676d21ed33ce2a6f0dca5e /MSVC | |
parent | dbe6767b757d891bb6b4b21edee4b987735dce0c (diff) |
Updating and fixing regex/configfile.
Diffstat (limited to 'MSVC')
-rw-r--r-- | MSVC/regex/regex.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MSVC/regex/regex.h b/MSVC/regex/regex.h index 92e3344..03940f9 100644 --- a/MSVC/regex/regex.h +++ b/MSVC/regex/regex.h @@ -389,15 +389,15 @@ typedef struct unfortunately clutters up the declarations a bit, but I think it's worth it. */ -#if __STDC__ +//#if __STDC__ #define _RE_ARGS(args) args -#else /* not __STDC__ */ +//#else /* not __STDC__ */ -#define _RE_ARGS(args) () +//#define _RE_ARGS(args) () -#endif /* not __STDC__ */ +//#endif /* not __STDC__ */ #ifdef __cplusplus extern "C" { |