isnan: port to VAX
[gnulib.git] / tests / test-search-c++.cc
index 0437b8f..ca7d94b 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <search.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_TSEARCH
+#if GNULIB_TEST_TSEARCH
 SIGNATURE_CHECK (GNULIB_NAMESPACE::tsearch, void *,
                  (const void *, void **, _gl_search_compar_fn));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::tfind, void *,