1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

(modern_snarf): Remove everything following and including "^:^" from

the output.
This commit is contained in:
Marius Vollmer 2002-03-14 22:21:53 +00:00
parent 7199029717
commit d3bd0027d4

View file

@ -45,7 +45,7 @@
modern_snarf () # writes stdout
{
${cpp} -DSCM_MAGIC_SNARF_INITS "$@" > ${temp} && cpp_ok_p=true
grep "^ *\^ *\^" ${temp} | sed -e "s/^ *\^ *\^//"
grep "^ *\^ *\^" ${temp} | sed -e "s/^ *\^ *\^//" -e "s/\^\ *:\ *\^.*/;/"
}
compat_mode_clean_xxx () # modifies $1