mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
* string-case.scm: Removed; functions moved to libguile/strop.c
(which could be dynamically linked in the future anyway). * format.scm: Don't bother importing (ice-9 string-case).
This commit is contained in:
parent
8da8776b9c
commit
9c792b5df0
2 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,7 @@
|
|||
;
|
||||
; Version 3.0
|
||||
|
||||
(define-module (ice-9 format)
|
||||
:use-module (ice-9 string-case))
|
||||
(define-module (ice-9 format))
|
||||
(export format
|
||||
format:symbol-case-conv
|
||||
format:iobj-case-conv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue