fix bad call.

This commit is contained in:
Vitor Santos Costa 2009-09-02 23:08:36 -05:00
parent 903358724d
commit 9047ad2e6e
1 changed files with 1 additions and 1 deletions

View File

@ -1163,7 +1163,7 @@ throw(Ball) :-
throw(Ball)
).
'catch_ball'('$abort', _, _) :- !, fail.
'catch_ball'('$abort', _) :- !, fail.
% system defined throws should be ignored by used, unless the
% user is hacking away.
'catch_ball'(Ball, V) :-