From 9ce6ba5186daf0d72f38bbf85705799bcbfd983b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 5 Nov 2015 15:39:04 +0000 Subject: [PATCH] init tab/1 steam --- os/charsio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/charsio.c b/os/charsio.c index 41c90ed48..d22e6b17a 100644 --- a/os/charsio.c +++ b/os/charsio.c @@ -452,7 +452,7 @@ static Int tab_1(USES_REGS1) { /* nl */ } static Int tab(USES_REGS1) { /* nl(Stream) */ - int sno = LOCAL_c_output_stream; + int sno; Term t2; Int tabs, i; if (IsVarTerm(t2 = Deref(ARG2))) {