summaryrefslogtreecommitdiff
path: root/lib/gllib
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gllib')
-rw-r--r--lib/gllib/wchar.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gllib/wchar.in.h b/lib/gllib/wchar.in.h
index 3369efa..ed582e5 100644
--- a/lib/gllib/wchar.in.h
+++ b/lib/gllib/wchar.in.h
@@ -407,7 +407,7 @@ _GL_WARN_ON_USE (wcsnrtombs, "wcsnrtombs is unportable - "
_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