improve SWI console

This commit is contained in:
Vitor Santos Costa
2012-06-22 03:56:01 -05:00
parent b15c9f5655
commit a9d1bd788e
8 changed files with 46 additions and 549 deletions

View File

@@ -1048,7 +1048,7 @@ X_API int
PL_raise(int sig)
{
if (sig < SIG_PROLOG_OFFSET) {
Yap_signal(YAP_FAIL_SIGNAL);
Yap_signal(YAP_INT_SIGNAL);
return 1;
} else if (sig == SIG_PLABORT) {
YAP_signal(0x40); /* YAP_INT_SIGNAL */