1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-17 01:00:20 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-29 00:13:01 +00:00
parent 24e37377fa
commit 1e5afba02b
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,12 @@
Wed May 28 11:58:28 1997 Jim Blandy <jimb@totoro.cyclic.com>
* 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.