From 2a0a608fb039a5da5618bb85f491b415739a958f Mon Sep 17 00:00:00 2001 From: "waldemar%netscape.com" Date: Sat, 7 Jul 2001 01:36:38 +0000 Subject: [PATCH] Moved parts to other files git-svn-id: svn://10.0.0.236/branches/JS2_DIKDIK_BRANCH@98847 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js2/src/stlcfg.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mozilla/js2/src/stlcfg.h b/mozilla/js2/src/stlcfg.h index 6369140923c..8dccf346a30 100644 --- a/mozilla/js2/src/stlcfg.h +++ b/mozilla/js2/src/stlcfg.h @@ -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;