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

View File

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