From 01752ec977bf2b2e34ead4d8763c7713d2a4eeb6 Mon Sep 17 00:00:00 2001 From: Robert Ramey Date: Thu, 28 Sep 2006 17:06:48 +0000 Subject: [PATCH] adjust STLPort version macros [SVN r35386] --- src/stl_port.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stl_port.cpp b/src/stl_port.cpp index 298cdfa0..e5378bca 100644 --- a/src/stl_port.cpp +++ b/src/stl_port.cpp @@ -18,8 +18,7 @@ #include -#if defined(__SGI_STL_PORT) -#if defined(_STLPORT_VERSION) && (_STLPORT_VERSION < 0x500) +#if defined(__SGI_STL_PORT) && (__SGI_STL_PORT < 0x500) #include @@ -39,7 +38,6 @@ locale::locale( } // namespace std -#endif #endif #endif