Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Dec 17, 2024
1 parent 7410965 commit f72bd38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ static void compile_term(clause *cl, cell **dst, cell **src)
return;
#endif
}
#endif

#if 0
if (((*src)->val_off == g_disjunction_s) && ((*src)->arity == 2)) {
*src += 1;
cell *save_dst1 = *dst;
Expand Down

0 comments on commit f72bd38

Please sign in to comment.