From 1c7ae95c3505fe200ec6d21bdacae3105a1fcb9c Mon Sep 17 00:00:00 2001 From: Robin Templeton Date: Sat, 14 Jun 2014 16:16:32 -0400 Subject: guile-snarf fix (Best-ability ChangeLog annotation added by Christopher Allan Webber.) * libguile/guile-snarf.in (modern_snarf): Adjusted. --- libguile/guile-snarf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguile/guile-snarf.in b/libguile/guile-snarf.in index 22dc1d389..01fd7a1ba 100644 --- a/libguile/guile-snarf.in +++ b/libguile/guile-snarf.in @@ -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 -- cgit v1.2.3