Commit c4416d5a authored by Martin v. Löwis's avatar Martin v. Löwis

_DATE_FMT does not always accompany CODESET.

parent 13f4ea25
...@@ -555,6 +555,9 @@ init_locale(void) ...@@ -555,6 +555,9 @@ init_locale(void)
ADDINT(ALT_DIGITS); ADDINT(ALT_DIGITS);
ADDINT(YESEXPR); ADDINT(YESEXPR);
ADDINT(NOEXPR); ADDINT(NOEXPR);
#endif
#ifdef _DATE_FMT
/* This is not available in all glibc versions that have CODESET. */
ADDINT(_DATE_FMT); ADDINT(_DATE_FMT);
#endif #endif
#endif /* HAVE_LANGINFO_H */ #endif /* HAVE_LANGINFO_H */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment