Moved parts to other files

git-svn-id: svn://10.0.0.236/branches/JS2_DIKDIK_BRANCH@98847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waldemar%netscape.com
2001-07-07 01:36:38 +00:00
parent a56af209ad
commit 2a0a608fb0

View File

@@ -40,8 +40,6 @@
#ifndef _WIN32
// Microsoft Visual C++ 6.0 bug: standard identifiers should be in std namespace
using std::size_t;
using std::ptrdiff_t;
using std::va_list;
using std::strlen;
using std::strcpy;
@@ -55,15 +53,12 @@
using std::vsnprintf;
using std::fprintf;
# define STD std
# define STATIC_CONST(type, expr) static const type expr
#else
# define STD
// Microsoft Visual C++ 6.0 bug: these identifiers should not begin with
// underscores
# define snprintf _snprintf
# define vsnprintf _vsnprintf
// Microsoft Visual C++ 6.0 bug: constants not supported
# define STATIC_CONST(type, expr) enum {expr}
#endif
using std::string;