Keep improving EH
This commit is contained in:
parent
cbb0d81ac4
commit
5526dc48bf
@ -324,7 +324,7 @@ void Yap_ThrowError__(const char *file, const char *function, int lineno,
|
|||||||
(void)vsprintf(tnpbuf, format, ap);
|
(void)vsprintf(tnpbuf, format, ap);
|
||||||
#endif
|
#endif
|
||||||
// fprintf(stderr, "warning: ");
|
// fprintf(stderr, "warning: ");
|
||||||
Yap_Error__(file, function, lineno, type, where, tmpbuf);
|
Yap_Error__(file, function, lineno, type, where, tmpbuf);
|
||||||
} else {
|
} else {
|
||||||
Yap_Error__(file, function, lineno, type, where);
|
Yap_Error__(file, function, lineno, type, where);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user