*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-29 02:20:36 +00:00
commit 4885ba0e62

View file

@ -1,12 +1,16 @@
Wed May 28 11:58:28 1997 Jim Blandy <jimb@totoro.cyclic.com>
Thu May 29 02:19:40 1997 Jim Blandy <jimb@floss.cyclic.com>
* eval.c: Include scmconfig.h at the beginning of the file so that
HAVE_ALLOCA_H may properly be defined. Thanks to Bill Janssen for
pointing this out.
* regex-posix.c: #include "_scm.h" before conditionally #including
<regex.h>; the former defines HAVE_REGCOMP.
* regex-posix.c: #include <regex.h> conditionally, so the file is
CPP'able (for dependency scanning) even on systems that don't have
a <regex.h> header.
* regex-posix.c: #include "_scm.h" before conditionally #including
<regex.h>; the former defines HAVE_REGCOMP.
Tue May 27 23:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
Add new R4RS-compliant syntax for keywords.