From 530df10f5c30ba226686fcf7dc62824f8c51920a Mon Sep 17 00:00:00 2001 From: vsc Date: Sun, 20 May 2007 11:27:37 +0000 Subject: [PATCH] make -g option SWI compatible git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1884 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/iopreds.c | 1 - changes-5.1.html | 1 + pl/utils.yap | 9 ++++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/C/iopreds.c b/C/iopreds.c index b64e64ae7..2a15c70fc 100644 --- a/C/iopreds.c +++ b/C/iopreds.c @@ -2678,7 +2678,6 @@ p_open_mem_read_stream (void) /* $open_mem_read_stream(+List,-Stream) */ ti = TailOfTerm(ti); } nbuf[nchars] = '\0'; - fprintf(stderr,"nbuf=%s\n",nbuf); sno = open_buf_read_stream(nbuf, nchars); t = MkStream (sno); return (Yap_unify (ARG2, t)); diff --git a/changes-5.1.html b/changes-5.1.html index 18a1bde25..dc66bf187 100644 --- a/changes-5.1.html +++ b/changes-5.1.html @@ -16,6 +16,7 @@

Yap-5.1.2: