temporary fix for compiling heapgc.c in HP-UX

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@267 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-01-03 22:48:46 +00:00
parent 48b5a364e3
commit 8277a5bb8e
1 changed files with 1 additions and 1 deletions

View File

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