* bin/autom4te.in (handle_traces): Transform the `@S|@'

quadrigraph correctly in traces.
This commit is contained in:
Ralf Wildenhues 2006-06-23 15:19:34 +00:00
parent aea8594586
commit 7c45d0ff4e
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2006-06-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* bin/autom4te.in (handle_traces): Transform the `@S|@'
quadrigraph correctly in traces.
* NEWS, lib/Autom4te/C4che.pm, lib/autoconf/functions.m4:
Fix typos.

View File

@ -836,7 +836,7 @@ EOF
# It makes no sense to try to transform __oline__.
s/\@<:\@/[/g;
s/\@:>\@/]/g;
s/\@\$\|\@/\$/g;
s/\@S\|\@/\$/g;
s/\@%:\@/#/g;
s/\@&t\@//g;
print $out $_;