get rid of has_tabling
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@99 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
b4a30d2cd4
commit
bf661fcdd6
10
C/stdpreds.c
10
C/stdpreds.c
@ -2078,16 +2078,6 @@ p_has_yap_or(void)
|
||||
}
|
||||
|
||||
|
||||
static Int
|
||||
p_has_tabling(void)
|
||||
{
|
||||
#ifdef TABLING
|
||||
return(TRUE);
|
||||
#else
|
||||
return(FALSE);
|
||||
#endif
|
||||
}
|
||||
|
||||
static Int
|
||||
p_set_yap_flags(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user