fix bad exit from undef code.

This commit is contained in:
Vitor Santos Costa 2014-10-10 12:39:54 +01:00
parent f6bcb22b7c
commit 946f6cebf3
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ with SICStus Prolog.
; ;
user:unknown_predicate_handler(G0,M0,NG) user:unknown_predicate_handler(G0,M0,NG)
-> ->
'$exit_undefp',
call(M:NG) call(M:NG)
; ;
'$exit_undefp', '$exit_undefp',