wait until sending out the abort message.

This commit is contained in:
Vitor Santos Costa 2009-05-04 22:30:47 -05:00
parent c31737fe3d
commit c2e6456c25
1 changed files with 0 additions and 1 deletions

View File

@ -506,7 +506,6 @@ Yap_Error(yap_error_number type, Term where, char *format,...)
error_exit_yap (1);
}
case PURE_ABORT:
fprintf(stderr,"%% YAP execution aborted.\n");
fun = FunctorVar;
serious = TRUE;
break;