1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fix loading of custom-ports extension

* module/ice-9/custom-ports.scm: Load extension also in expand and eval.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Jonas Hahnfeld 2023-10-24 12:47:21 +02:00 committed by Ludovic Courtès
parent 9299666fc3
commit 5223c71d0d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -74,7 +74,7 @@
(define-custom-port-dispatcher truncate length)
(eval-when (load)
(eval-when (expand load eval)
(load-extension (string-append "libguile-" (effective-version))
"scm_init_custom_ports"))