HAVE_GCC is always defined, as 0 or 1

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@269 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
stasinos 2002-01-04 07:33:02 +00:00
parent 8277a5bb8e
commit 91476a8e78

View File

@ -22,7 +22,7 @@ static char SccsId[] = "%W% %G%";
#include "yapio.h"
#define EARLY_RESET 1
#if !defined(TABLING) && defined(HAVE_GCC)
#if !defined(TABLING) && HAVE_GCC
#define EASY_SHUNTING 1
#endif
#define HYBRID_SCHEME 1