summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchatty1994-07-06 11:01:33 +0000
committerchatty1994-07-06 11:01:33 +0000
commit64e63aedc6a870046360f108424c7ae3f525596a (patch)
tree71cbe97e28599132c922407e95b6fe8da9ebcebe
parent8e86e7f94db45177ec89d5dd58c1412cdc4d0e91 (diff)
downloadivy-league-64e63aedc6a870046360f108424c7ae3f525596a.zip
ivy-league-64e63aedc6a870046360f108424c7ae3f525596a.tar.gz
ivy-league-64e63aedc6a870046360f108424c7ae3f525596a.tar.bz2
ivy-league-64e63aedc6a870046360f108424c7ae3f525596a.tar.xz
Ported to cfront/Solaris 2.3
-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,