Skip to content
  • civodul's avatar
    i18n: Ignore LC_MESSAGES on MinGW. · c84f25bc
    civodul authored
    
    
    * libguile/locale-categories.h (MESSAGES): Add condition on
      !(defined(LC_MAX) && LC_MESSAGES > LC_MAX).
    * test-suite/tests/i18n.test ("locale objects")["make-locale (2 args,
      list)", "make-locale (3 args)", "locale?"]: Use LC_NUMERIC or LC_TIME
      instead of LC_MESSAGES.
    
    Co-authored-by: default avatarEli Zaretskii <eliz@gnu.org>
    c84f25bc