summaryrefslogtreecommitdiff
path: root/lib/locale.in.h
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-24 07:19:23 -0700
committerEric Blake <ebb9@byu.net>2009-12-29 22:06:57 -0700
commite0bf16819c83c3ef1d11bf373f5f90a1f09c534c (patch)
tree551a624e7371382c9c3f0d5e11a1441c2725c8bb /lib/locale.in.h
parent7bfa0dd93fb4adf45f062ae29aa06a3d95655f45 (diff)
downloadgnulib-e0bf16819c83c3ef1d11bf373f5f90a1f09c534c.tar.gz
link-warning: make usage consistent
Ensure GL_LINK_WARNING is defined before use. * modules/ctype (Depends-on): Add link-warning. (Makefile.am): Update rules accordingly. * modules/langinfo (Depends-on, Makefile.am): Likewise. * modules/locale (Depends-on, Makefile.am): Likewise. * modules/sys_file (Makefile.am): Likewise. * modules/getopt-posix (Makefile.am): Delete unused link warning efforts. * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use. * lib/langinfo.in.h (GL_LINK_WARNING): Likewise. * lib/locale.in.h (GL_LINK_WARNING): Likewise. * lib/sys_file.in.h (GL_LINK_WARNING): Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'lib/locale.in.h')
-rw-r--r--lib/locale.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/locale.in.h b/lib/locale.in.h
index 478795ad17..3a79c53a5a 100644
--- a/lib/locale.in.h
+++ b/lib/locale.in.h
@@ -34,6 +34,8 @@
# include <xlocale.h>
#endif
+/* The definition of GL_LINK_WARNING is copied here. */
+
/* The definition of _GL_ARG_NONNULL is copied here. */
/* The LC_MESSAGES locale category is specified in POSIX, but not in ISO C.