1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* and-let*.scm: New file, from Michael Livshin.

* Makefile.am (ice9_sources): Add and-let* here.
* Makefile.in: Regenerated.
This commit is contained in:
Jim Blandy 1999-02-06 16:10:05 +00:00
parent d5fb9ed837
commit 0e68d6003b
3 changed files with 8 additions and 8 deletions

View file

@ -23,10 +23,10 @@ AUTOMAKE_OPTIONS = foreign
# These should be installed and distributed.
ice9_sources = \
boot-9.scm calling.scm common-list.scm debug.scm emacs.scm \
expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \
mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \
readline.scm regex.scm runq.scm session.scm slib.scm \
and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm \
emacs.scm expect.scm getopt-gnu-style.scm hcons.scm lineio.scm \
ls.scm mapping.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.

View file

@ -92,10 +92,10 @@ AUTOMAKE_OPTIONS = foreign
# These should be installed and distributed.
ice9_sources = \
boot-9.scm calling.scm common-list.scm debug.scm emacs.scm \
expect.scm getopt-gnu-style.scm hcons.scm lineio.scm ls.scm \
mapping.scm poe.scm psyntax.pp psyntax.ss q.scm r4rs.scm \
readline.scm regex.scm runq.scm session.scm slib.scm \
and-let*.scm boot-9.scm calling.scm common-list.scm debug.scm \
emacs.scm expect.scm getopt-gnu-style.scm hcons.scm lineio.scm \
ls.scm mapping.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.

0
ice-9/and-let*.scm Normal file
View file