Portability updates contributed by Bernie Bright.

This commit is contained in:
curt
1999-01-19 20:41:46 +00:00
parent 9b4fe7d92d
commit 8aec98017a
4 changed files with 35 additions and 16 deletions
+11 -4
View File
@@ -25,11 +25,15 @@
#define STRUTILS_H
#include <string>
// #include <cstdlib>
#include <stdlib.h>
#include "Include/compiler.h"
#include "Include/fg_stl_config.h"
FG_USING_NAMESPACE(std);
#ifdef FG_HAVE_STD_INCLUDES
# include <cstdlib>
#else
# include <stdlib.h>
#endif
FG_USING_STD(string);
// Default characters to remove.
extern const string whitespace;
@@ -60,6 +64,9 @@ atoi( const string& str )
#endif // STRUTILS_H
// $Log$
// Revision 1.4 1999/01/19 20:41:47 curt
// Portability updates contributed by Bernie Bright.
//
// Revision 1.3 1998/10/16 00:50:57 curt
// Remove leading _ from a couple defines.
//