mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 23:50:19 +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:
parent
6fcf60d3d5
commit
bd453596ca
3 changed files with 15 additions and 17 deletions
|
@ -76,7 +76,7 @@
|
|||
|
||||
;; Load the compiled primitives from the shared library.
|
||||
;;
|
||||
(load-extension "libguile-srfi-srfi-4" "scm_init_srfi_4")
|
||||
(load-extension "libguile-srfi-srfi-4-v-2" "scm_init_srfi_4")
|
||||
|
||||
|
||||
;; Reader extension for #f32() and #f64() vectors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue