From b12e50dabf2bd4403ffeda757b24eba89721dc94 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 9 May 1999 09:12:01 +0000 Subject: [PATCH] * 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). --- ice-9/Makefile.am | 3 +-- ice-9/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ice-9/Makefile.am b/ice-9/Makefile.am index cd1421818..2c05d8adb 100644 --- a/ice-9/Makefile.am +++ b/ice-9/Makefile.am @@ -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 diff --git a/ice-9/Makefile.in b/ice-9/Makefile.in index 80ee39887..713fb582a 100644 --- a/ice-9/Makefile.in +++ b/ice-9/Makefile.in @@ -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.