Oops, fix typo in last commit.
authorBruno Haible <bruno@clisp.org>
Sat, 13 Mar 2010 12:33:44 +0000 (13:33 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 13 Mar 2010 12:33:44 +0000 (13:33 +0100)
build-aux/c++defs.h

index 31a7d63..7fbdd96 100644 (file)
    is used but not when GNULIB_NAMESPACE::func is used.  */
 #if defined __cplusplus && defined GNULIB_NAMESPACE
 # define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) \
-#  _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \
+   _GL_CXXALIASWARN1_1 (func, rettype, parameters_and_attributes, \
                         GNULIB_NAMESPACE)
 # define _GL_CXXALIASWARN1_1(func,rettype,parameters_and_attributes,namespace) \
    _GL_CXXALIASWARN1_2 (func, rettype, parameters_and_attributes, namespace)