Ticket #55690: patch-make-inp-rules.pl.diff
File patch-make-inp-rules.pl.diff, 414 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 7 years ago) |
---|
-
make-rules/inputenc/make-inp-rules.pl
old new 8 8 9 9 10 10 while (<STDIN>) { 11 if (/\\indexentry {(.+)--([8-9a-f][0-9a-f])\}\{1\}/) {11 if (/\\indexentry\{(.+)--([8-9a-f][0-9a-f])\}\{1\}/) { 12 12 if (!($1 =~ /inputenc Error|\@inpenc\@undefined/)) { 13 13 $i = hex($2); 14 14 $macro = $1;