mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
* srfi-13.scm: hack around dynamic-link problems by
using painfully explicit lib names.
This commit is contained in:
parent
87cf132b41
commit
a2174d4286
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@
|
||||||
|
|
||||||
(cond-expand-provide (current-module) '(srfi-13))
|
(cond-expand-provide (current-module) '(srfi-13))
|
||||||
|
|
||||||
(load-extension "libguile-srfi-srfi-13-14" "scm_init_srfi_13")
|
(load-extension "libguile-srfi-srfi-13-14-lt-1-0-0" "scm_init_srfi_13")
|
||||||
|
|
||||||
(define string-hash
|
(define string-hash
|
||||||
(lambda (s . rest)
|
(lambda (s . rest)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue