From e75482fdbe844d2704543089dbff13dfede0a1c9 Mon Sep 17 00:00:00 2001 From: cas Date: Thu, 28 Feb 2002 18:10:14 +0000 Subject: [PATCH] #if instead of #ifdef --- src/WOKUnix/WOKUnix_regexp_1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5