1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

load the i18n extension when compiling i18n.scm

* ice-9/i18n.scm: Load the i18n extension when compiling too, so that the
  macros that depend on (provided? 'nl-langinfo) actually have
  nl-langinfo. Fixes the i18n test.
This commit is contained in:
Andy Wingo 2008-09-30 23:57:13 +02:00
parent 2bd859c81a
commit 7e91e01dd8

View file

@ -83,7 +83,9 @@
locale-yes-regexp locale-no-regexp))
(load-extension "libguile-i18n-v-0" "scm_init_i18n")
(eval-case
((load-toplevel compile-toplevel)
(load-extension "libguile-i18n-v-0" "scm_init_i18n")))
;;;