mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-01 20:30:28 +02:00
guile-snarf fix
(Best-ability ChangeLog annotation added by Christopher Allan Webber.) * libguile/guile-snarf.in (modern_snarf): Adjusted.
This commit is contained in:
parent
e97833382e
commit
ca0e317e5b
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