1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* guile-snarf.in: Pass args through to gcc in a way that preserves

whitespace boundaries.  (Thanks to Greg Badros.)
This commit is contained in:
Jim Blandy 1997-12-03 17:30:39 +00:00
parent 3c1750f377
commit f131e6311a

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/^ *% *% *%//"