My first attempt to synchronize OPTYap with CVS

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@920 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
ricroc
2003-11-07 16:31:08 +00:00
parent 17dad3f6f7
commit 36e9ff7588
9 changed files with 78 additions and 33 deletions

View File

@@ -2129,6 +2129,11 @@ do_pass(void)
a_n(_table_new_answer, (int) cpc->rnd2);
break;
#endif /* TABLING */
#ifdef TABLING_INNER_CUTS
case clause_with_cut_op:
a_e(_clause_with_cut);
break;
#endif /* TABLING_INNER_CUTS */
#ifdef SFUNC
case get_s_f_op:
a_rf(_get_s_f);