From 54513cfb499a2f40859dd7d46e4be4a24bedf215 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 18 Dec 2004 13:15:25 +0000 Subject: Updating and fixing regex/configfile. --- MSVC/regex/regex.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MSVC') 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" { -- cgit v1.2.3