Skip to content

Commit

Permalink
Fixed compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
sasagawa888 committed Dec 1, 2024
1 parent d360373 commit f8787fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/compiler.pl
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
jump_gen_a_pred5(P) :-
n_property(P,predicate),
functor(P,_,0),
write('return(YES);'),nl.
write('return(Jexec_all(rest,Jget_sp()));'),nl.

% predicate
jump_gen_a_pred5(P) :-
Expand Down

0 comments on commit f8787fa

Please sign in to comment.