gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / tests / test-langinfo-c++.cc
index 6d9c918..acd1823 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <langinfo.h> substitute in C++ mode.
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2013 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 #include "signature.h"
 
 
-#if GNULIB_NL_LANGINFO
+#if GNULIB_TEST_NL_LANGINFO
 SIGNATURE_CHECK (GNULIB_NAMESPACE::nl_langinfo, char *, (nl_item));
 #endif