]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/22_locale/num_get/get/char/1.cc
Move from CPP to CXX.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 22_locale / num_get / get / char / 1.cc
index 6f972c578244f9dc64c34e8057332f965018b6b9..6d4de201f248b6d93ca0dd52c19c06f544cac25e 100644 (file)
@@ -146,7 +146,7 @@ void test01()
   VERIFY( &v != &cv );
   VERIFY( err == goodbit );
 
-#ifdef _GLIBCPP_USE_LONG_LONG
+#ifdef _GLIBCXX_USE_LONG_LONG
   long long ll1 = 9223372036854775807LL;
   long long ll2 = -9223372036854775807LL;
   long long ll;