ugh, that hurts

This commit is contained in:
Vitor Santos Costa 2016-08-01 19:15:31 -05:00
parent 1d84d39b00
commit db0deea576

View File

@ -325,7 +325,8 @@ yamop *Yap_Error__(const char *file, const char *function, int lineno,
va_list ap;
CELL nt[3];
Functor fun;
bool error_t, comment;
Term error_t;
Term comment;
char *format;
char s[MAXPATHLEN];