mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
Fixed Guile snarfing problem with SunPro suite.
This commit is contained in:
parent
9fbdb48f36
commit
bee1449102
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
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
|
* * load.c (scm_init_load_path): Append $(datadir)/guile to
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Extract the initialization actions for builtin things.
|
# Extract the initialization actions for builtin things.
|
||||||
|
|
||||||
@CPP@ -DSCM_MAGIC_SNARFER $* | grep "^%%%" | sed -e "s/^%%%//"
|
@CPP@ -DSCM_MAGIC_SNARFER $* | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue