mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
guile-snarf fix
(Best-ability ChangeLog annotation added by Christine Lemmer-Webber.) * libguile/guile-snarf.in (modern_snarf): Adjusted.
This commit is contained in:
parent
c7fe0eb420
commit
ad3d498d31
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ modern_snarf () # writes stdout
|
||||||
## empty file.
|
## empty file.
|
||||||
echo "/* cpp arguments: $@ */" ;
|
echo "/* cpp arguments: $@ */" ;
|
||||||
${cpp} -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
|
${cpp} -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
|
||||||
sed -ne 's/ *\^ *\^ */\
|
sed -ne '/^#define /d
|
||||||
|
s/ *\^ *\^ */\
|
||||||
/
|
/
|
||||||
s/.*\n//
|
s/.*\n//
|
||||||
t x
|
t x
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue