]> git.mxchange.org Git - flightgear.git/commitdiff
Small tweak to make the Irix compiler happy.
authorcurt <curt>
Tue, 16 Apr 2002 17:28:57 +0000 (17:28 +0000)
committercurt <curt>
Tue, 16 Apr 2002 17:28:57 +0000 (17:28 +0000)
src/Main/main.cxx

index c2b46a6bfc68f9d29073c623c60729d10dc0cd7b..69292a3c23501cdf51184617b946b7c7f6c85840 100644 (file)
 #include <simgear/compiler.h>
 
 #include STL_IOSTREAM
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
 SG_USING_STD(cerr);
 SG_USING_STD(endl);
+#endif
 
 #include <simgear/misc/exception.hxx>
 #include <simgear/ephemeris/ephemeris.hxx>
@@ -1972,9 +1974,3 @@ void fgUpdateDCS (void) {
 
 // $$$ end - added VS Renganathan, 15 Oct 2K
 //           added Venky         , 12 Nov 2K
-
-
-
-
-
-