1
Fork 0
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:
Robin Templeton 2014-06-14 16:16:32 -04:00 committed by Christopher Allan Webber
parent e97833382e
commit ca0e317e5b

View file

@ -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