Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing.
authorEli Zaretskii <eliz@gnu.org>
Sun, 22 Jun 2014 16:11:30 +0000 (19:11 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 22 Jun 2014 16:11:30 +0000 (19:11 +0300)
commitc7161ee334c20a81cb50512b2d6ae0aebf34ede9
tree00a47c6859f03f6652b3ef9d7b333e284a3debaa
parentf0893308461d9586d4fd00d78fd7999a660058ff
Fix compilation of scm_nl_langinfo when some nl_langinfo items are missing.

* i18n.c (scm_nl_langinfo): Don't assume that both INT_* and
  the corresponding non-INT_* items are always either all defined
  or all undefined.
libguile/i18n.c