From 9b64e14553667f339822ec3138256eb7c198d145 Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 7 Jun 2004 12:37:57 +0000 Subject: [PATCH] Patch level :2.1 nopatch Files correlati : Ricompilazione Demo : [ ] Commento :risolti errori compilazione release; modifiche per linux git-svn-id: svn://10.65.10.50/trunk@12159 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- xvaga/incstr.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xvaga/incstr.h b/xvaga/incstr.h index f96f7c15a..d22979f5b 100755 --- a/xvaga/incstr.h +++ b/xvaga/incstr.h @@ -7,15 +7,12 @@ #endif #include -istream & eatwhite(istream & i) { i.eatwhite(); } - #else // WIN32 #include #include #include using namespace std; -istream & eatwhite(istream & i); #endif //WIN32 - + #endif