From 6deb31e058d4ca5d6081ed190dae3cb83acb5643 Mon Sep 17 00:00:00 2001 From: vsc Date: Thu, 10 Jan 2002 23:42:09 +0000 Subject: [PATCH] get rid of debugging info git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@288 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- pl/consult.yap | 1 - 1 file changed, 1 deletion(-) diff --git a/pl/consult.yap b/pl/consult.yap index 6eb95acc8..e75724412 100644 --- a/pl/consult.yap +++ b/pl/consult.yap @@ -246,7 +246,6 @@ reconsult(Fs) :- ( '$access_yap_flags'(15, 0) -> true ; halt). '$skip_unix_comments'(Stream) :- -write(hello), nl, '$peek_byte'(Stream, 0'#), !, % 35 is ASCII for # '$get0_line_codes'(Stream, _), '$skip_unix_comments'(Stream).