diff options
Diffstat (limited to 'MSVC/regex/regex.h')
-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" { |