1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-15 08:10:17 +02:00

* Makefile.am: Added appropriate @LIBGUILE_*_MAJOR@ substitutions

to the library names.
* srfi-1.scm, srfi-4.scm: Use the new library names with
load-extension.
This commit is contained in:
Marius Vollmer 2004-08-26 15:13:05 +00:00
parent 6fcf60d3d5
commit bd453596ca
3 changed files with 15 additions and 17 deletions

View file

@ -222,7 +222,7 @@
;; Load the compiled primitives from the shared library.
;;
(load-extension "libguile-srfi-srfi-1" "scm_init_srfi_1")
(load-extension "libguile-srfi-srfi-1-v-2" "scm_init_srfi_1")
;;; Constructors