From 9047ad2e6e8a4084a290bf7488003485cfe7a327 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Wed, 2 Sep 2009 23:08:36 -0500 Subject: [PATCH] fix bad call. --- pl/boot.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/boot.yap b/pl/boot.yap index b7d1c5b4a..31b649959 100644 --- a/pl/boot.yap +++ b/pl/boot.yap @@ -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) :-