From: cas Date: Thu, 28 Feb 2002 18:10:14 +0000 (+0000) Subject: #if instead of #ifdef X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=e75482fdbe844d2704543089dbff13dfede0a1c9;p=occt-wok.git #if instead of #ifdef --- diff --git a/src/WOKUnix/WOKUnix_regexp_1.c b/src/WOKUnix/WOKUnix_regexp_1.c index bfc732f..d945e21 100755 --- a/src/WOKUnix/WOKUnix_regexp_1.c +++ b/src/WOKUnix/WOKUnix_regexp_1.c @@ -36,7 +36,7 @@ /* AIX requires this to be the first thing in the file. */ #ifndef __GNUC__ -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX