mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 12:10:26 +02:00
(modern_snarf): Remove everything following and including "^:^" from
the output.
This commit is contained in:
parent
7199029717
commit
d3bd0027d4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
modern_snarf () # writes stdout
|
modern_snarf () # writes stdout
|
||||||
{
|
{
|
||||||
${cpp} -DSCM_MAGIC_SNARF_INITS "$@" > ${temp} && cpp_ok_p=true
|
${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
|
compat_mode_clean_xxx () # modifies $1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue