]> git.mxchange.org Git - simgear.git/blobdiff - Misc/strutils.hxx
Cygnus tools compatibility tweaks.
[simgear.git] / Misc / strutils.hxx
index 7acd7f9b4bbd266da00fe014284d079881a68355..2cf7c53e970e317d1d6205e3f7bf1cbcf6f38a0c 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdlib.h>
 
 #include "Include/fg_stl_config.h"
-_FG_USING_NAMESPACE(std);
+FG_USING_NAMESPACE(std);
 
 // Default characters to remove.
 extern const string whitespace;
@@ -60,6 +60,9 @@ atoi( const string& str )
 #endif // STRUTILS_H
 
 // $Log$
+// Revision 1.3  1998/10/16 00:50:57  curt
+// Remove leading _ from a couple defines.
+//
 // Revision 1.2  1998/10/13 00:10:07  curt
 // More portability changes to help with windoze compilation problems.
 //