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:
parent
3c1750f377
commit
f131e6311a
1 changed files with 1 additions and 1 deletions
|
@ -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/^ *% *% *%//"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue