Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 560736 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/libguile/guile-snarf.in
0
++ b/libguile/guile-snarf.in
Lines 50-56 modern_snarf () # writes stdout Link Here
50
    ## Apparently, AIX's preprocessor is unhappy if you try to #include an
50
    ## Apparently, AIX's preprocessor is unhappy if you try to #include an
51
    ## empty file.
51
    ## empty file.
52
    echo "/* cpp arguments: $@ */" ;
52
    echo "/* cpp arguments: $@ */" ;
53
    ${cpp} -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
53
    ${cpp} -P -DSCM_MAGIC_SNARF_INITS -DSCM_MAGIC_SNARFER "$@" > ${temp} && cpp_ok_p=true
54
    grep "^ *\^ *\^" ${temp} | sed -e "s/^ *\^ *\^//" -e "s/\^\ *:\ *\^.*/;/"
54
    grep "^ *\^ *\^" ${temp} | sed -e "s/^ *\^ *\^//" -e "s/\^\ *:\ *\^.*/;/"
55
}
55
}
56
56

Return to bug 560736