[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [5214] No longer follow documented advice that turned out
From: |
Greg Chicares |
Subject: |
[lmi-commits] [5214] No longer follow documented advice that turned out to be wrong |
Date: |
Wed, 22 Jun 2011 19:10:30 +0000 |
Revision: 5214
http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5214
Author: chicares
Date: 2011-06-22 19:10:30 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
No longer follow documented advice that turned out to be wrong
Modified Paths:
--------------
lmi/trunk/ChangeLog
lmi/trunk/cpp_main.cpp
Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2011-06-22 17:36:12 UTC (rev 5213)
+++ lmi/trunk/ChangeLog 2011-06-22 19:10:30 UTC (rev 5214)
@@ -28048,3 +28048,9 @@
No longer follow documented advice that turned out to be wrong. See:
http://lists.nongnu.org/archive/html/lmi/2011-06/msg00040.html
+20110622T1910Z <address@hidden> [649]
+
+ cpp_main.cpp
+No longer follow documented advice that turned out to be wrong. See:
+ http://lists.nongnu.org/archive/html/lmi/2011-06/msg00040.html
+
Modified: lmi/trunk/cpp_main.cpp
===================================================================
--- lmi/trunk/cpp_main.cpp 2011-06-22 17:36:12 UTC (rev 5213)
+++ lmi/trunk/cpp_main.cpp 2011-06-22 19:10:30 UTC (rev 5214)
@@ -76,8 +76,10 @@
/// many more digits as necessary to represent the exponent."
/// See:
/// http://article.gmane.org/gmane.comp.gnu.mingw.user/28747
+/// For the (corrected) return type, see:
+/// http://lists.nongnu.org/archive/html/lmi/2011-06/msg00040.html
-extern "C" int _get_output_format(void) {return 1;}
+extern "C" unsigned int _get_output_format(void) {return 1;}
#endif // defined __MINGW32__
// main() ------------------------------------------------------------------//
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [5214] No longer follow documented advice that turned out to be wrong,
Greg Chicares <=