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:
parent
2bd859c81a
commit
7e91e01dd8
1 changed files with 3 additions and 1 deletions
|
@ -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")))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue