1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00

* string-case.scm: Removed; functions moved to libguile/strop.c

(which could be dynamically linked in the future anyway).
* Makefile.am (ice9_sources): Don't list string-case.scm.
* Makefile.in: Regenerated.
* format.scm: Don't bother importing (ice-9 string-case).
This commit is contained in:
Jim Blandy 1999-05-09 09:12:01 +00:00
parent 7c1ce4ee3a
commit b12e50dabf
2 changed files with 2 additions and 3 deletions

View file

@ -28,8 +28,7 @@ ice9_sources = \
getopt-long.scm hcons.scm lineio.scm ls.scm mapping.scm \
optargs.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \
readline.scm regex.scm runq.scm session.scm slib.scm \
string-case.scm string-fun.scm syncase.scm tags.scm \
threads.scm
string-fun.scm syncase.scm tags.scm threads.scm
# These should be installed, but not distributed.
ice9_generated = version.scm

View file

@ -94,7 +94,7 @@ qtmds_s = @qtmds_s@
AUTOMAKE_OPTIONS = foreign
# These should be installed and distributed.
ice9_sources = and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm emacs.scm expect.scm format.scm getopt-gnu-style.scm getopt-long.scm hcons.scm lineio.scm ls.scm mapping.scm optargs.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm readline.scm regex.scm runq.scm session.scm slib.scm string-case.scm string-fun.scm syncase.scm tags.scm threads.scm
ice9_sources = and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm emacs.scm expect.scm format.scm getopt-gnu-style.scm getopt-long.scm hcons.scm lineio.scm ls.scm mapping.scm optargs.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm readline.scm regex.scm runq.scm session.scm slib.scm string-fun.scm syncase.scm tags.scm threads.scm
# These should be installed, but not distributed.