From 2c224666aa472ecc01ca39c3caa0406fec9fae20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Mon, 11 Nov 2013 11:41:42 +0000 Subject: [PATCH] warning --- os/pl-file.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/os/pl-file.c b/os/pl-file.c index ab3d3824a..52990fe10 100755 --- a/os/pl-file.c +++ b/os/pl-file.c @@ -4400,8 +4400,7 @@ PRED_IMPL("current_output", 1, current_output, PL_FA_ISO) static PRED_IMPL("byte_count", 2, byte_count, 0) -{ PRED_LD - IOSTREAM *s; +{ IOSTREAM *s; if ( getStreamWithPosition(A1, &s) ) { int64_t n = s->position->byteno;