1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Fixed Guile snarfing problem with SunPro suite.

This commit is contained in:
Tim Pierce 1997-06-20 16:52:19 +00:00
parent 9fbdb48f36
commit bee1449102
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Fri Jun 20 10:03:41 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
* guile-snarf.in: Changed regexp to support CPPs that insert
whitespace between lexical tokens (which munges the `%%%' snarf
cookie).
Tue Jun 17 13:49:56 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
* * load.c (scm_init_load_path): Append $(datadir)/guile to

View file

@ -1,4 +1,4 @@
#!/bin/sh
# Extract the initialization actions for builtin things.
@CPP@ -DSCM_MAGIC_SNARFER $* | grep "^%%%" | sed -e "s/^%%%//"
@CPP@ -DSCM_MAGIC_SNARFER $* | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"