Author: sebor
Date: Fri Mar 3 13:23:29 2006
New Revision: 382933
URL: http://svn.apache.org/viewcvs?rev=382933&view=rev
Log:
2006-03-03 Martin Sebor <[EMAIL PROTECTED]>
* fstream (__GNUC__MINOR__): Corrected spelling.
Modified:
incubator/stdcxx/trunk/include/fstream
Modified: incubator/stdcxx/trunk/include/fstream
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/include/fstream?rev=382933&r1=382932&r2=382933&view=diff
==============================================================================
--- incubator/stdcxx/trunk/include/fstream (original)
+++ incubator/stdcxx/trunk/include/fstream Fri Mar 3 13:23:29 2006
@@ -111,7 +111,7 @@
#if defined (_RWSTD_NO_EXT_FILEBUF) \
&& !defined (_RWSTD_NO_STATIC_IOSTREAM_INIT) \
- && (!defined (__GNUG__) || _GNUC_MINOR > 96)
+ && (!defined (__GNUG__) || 2 < __GNUG__ || 96 < __GNUC_MINOR__)
private: