From 7311318e7ef1295844b5acf85962f52b21860d0d Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Apr 2002 17:28:57 +0000 Subject: [PATCH] Small tweak to make the Irix compiler happy. --- src/Main/main.cxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c2b46a6bf..69292a3c2 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -33,8 +33,10 @@ #include #include STL_IOSTREAM +#ifndef SG_HAVE_NATIVE_SGI_COMPILERS SG_USING_STD(cerr); SG_USING_STD(endl); +#endif #include #include @@ -1972,9 +1974,3 @@ void fgUpdateDCS (void) { // $$$ end - added VS Renganathan, 15 Oct 2K // added Venky , 12 Nov 2K - - - - - - -- 2.39.5