fix repeated definition for halt.

This commit is contained in:
Costa Vitor 2009-09-01 00:00:08 -05:00
parent d02c9d23c2
commit 5fb3ec0515

View File

@ -268,8 +268,6 @@ version(T) :-
fail.
'$set_toplevel_hook'(_).
halt(X) :- '$halt'(X).
halt :-
print_message(informational, halt),
'$halt'(0).