From 99ee24ba69690200462e03dc8182b12331f6c5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 5 Nov 2015 17:15:32 +0000 Subject: [PATCH] the big sys split and make DebugIO more available --- os/iopreds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/iopreds.c b/os/iopreds.c index c4e424d4d..a0322edb2 100644 --- a/os/iopreds.c +++ b/os/iopreds.c @@ -368,7 +368,6 @@ Yap_InitStdStreams (void) Int PlIOError__ (const char *file, const char *function, int lineno, yap_error_number type, Term culprit, ...) { - if (trueLocalPrologFlag(FILEERRORS_FLAG)|| type == RESOURCE_ERROR_MAX_STREAMS /* do not catch resource errors */) { va_list args; @@ -496,6 +495,7 @@ Yap_DebugPlWrite(Term t) } void +Yap_DebugPlWriteln(Term t) Yap_DebugErrorPutc(int c) { Yap_DebugPutc (stderr, c);