From 64e63aedc6a870046360f108424c7ae3f525596a Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 6 Jul 1994 11:01:33 +0000 Subject: Ported to cfront/Solaris 2.3 --- utils/RegExp.cc | 4 ++-- 1 file 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 #include -#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, -- cgit v1.1