summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/RegExp.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/RegExp.cc b/utils/RegExp.cc
index 7803f06..4a8ecff 100644
--- a/utils/RegExp.cc
+++ b/utils/RegExp.cc
@@ -122,12 +122,12 @@ CcuRegExp :: Match (const char* s)
#include <stdlib.h>
#include <malloc.h>
-#ifdef __GNUG__
+//#ifdef __GNUG__
extern "C" {
char* regcmp (const char * ...);
char* regex (const char *, const char * ...);
}
-#endif
+//#endif
/*?
Compile a regular expression before using it. This function returns false upon failure,