From 764f4037b09c77df16446f6d245f94e0f0c2ccce Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 8 Mar 1999 22:00:12 +0000 Subject: [PATCH] Tweak for native SGI compilers. --- Misc/zfstream.hxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Misc/zfstream.hxx b/Misc/zfstream.hxx index b76c3726..71439345 100644 --- a/Misc/zfstream.hxx +++ b/Misc/zfstream.hxx @@ -67,7 +67,7 @@ FG_USING_STD(streamoff); #if defined(__GNUC__) && __GNUC_MINOR__ < 8 # define ios_binary ios::bin #elif defined( FG_HAVE_NATIVE_SGI_COMPILERS ) -# define ios_binary 1 +# define ios_binary 0 #else # define ios_binary ios::binary #endif @@ -154,6 +154,9 @@ struct gzifstream_base #endif // _zfstream_hxx // $Log$ +// Revision 1.9 1999/03/08 22:00:12 curt +// Tweak for native SGI compilers. +// // Revision 1.8 1999/02/26 22:08:10 curt // Added initial support for native SGI compilers. // -- 2.39.5