+2010-05-02 Bruno Haible <bruno@clisp.org>
+
+ wcwidth: Declare also when it's aliased.
+ * lib/wchar.in.h (wcwidth): Don't test whether wcwidth is defined as a
+ macro.
+
2010-05-02 Bruno Haible <bruno@clisp.org>
Fix regression from 2010-04-25.
_GL_FUNCDECL_RPL (wcwidth, int, (wchar_t));
_GL_CXXALIAS_RPL (wcwidth, int, (wchar_t));
# else
-# if !defined wcwidth && !@HAVE_DECL_WCWIDTH@
+# if !@HAVE_DECL_WCWIDTH@
/* wcwidth exists but is not declared. */
_GL_FUNCDECL_SYS (wcwidth, int, (wchar_t));
# endif