mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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.
|
||||
echo "/* cpp arguments: $@ */" ;
|
||||
${cpp} -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
|
||||
sed -ne 's/ *\^ *\^ */\
|
||||
sed -ne '/^#define /d
|
||||
s/ *\^ *\^ */\
|
||||
/
|
||||
s/.*\n//
|
||||
t x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue