]> OCCT Git - occt-wok.git/commitdiff
#if instead of #ifdef
authorcas <cas@opencascade.com>
Thu, 28 Feb 2002 18:10:14 +0000 (18:10 +0000)
committercas <cas@opencascade.com>
Thu, 28 Feb 2002 18:10:14 +0000 (18:10 +0000)
src/WOKUnix/WOKUnix_regexp_1.c

index bfc732f86796f5b621b37186acb36711a83fc2ac..d945e21f633ac9e72db84258c4cbbf31759696eb 100755 (executable)
@@ -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 <alloca.h>
 # else
 #  ifdef _AIX