From db0deea5768fbdfb3bdc09c7a005fde61ce95cc3 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 1 Aug 2016 19:15:31 -0500 Subject: [PATCH] ugh, that hurts --- C/errors.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C/errors.c b/C/errors.c index 81274db5d..301fea23c 100755 --- a/C/errors.c +++ b/C/errors.c @@ -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];