Mercurial > hg > GearsTemplate
diff src/parallel_execution/tmp_tool/parse_cerate_each_context.pl @ 571:d9c3bccaa13c
add semiron..
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 24 Nov 2019 22:55:33 +0900 |
parents | 1233236c244d |
children |
line wrap: on
line diff
--- a/src/parallel_execution/tmp_tool/parse_cerate_each_context.pl Sun Nov 24 22:54:35 2019 +0900 +++ b/src/parallel_execution/tmp_tool/parse_cerate_each_context.pl Sun Nov 24 22:55:33 2019 +0900 @@ -100,7 +100,7 @@ my $space = " "; for my $co (@$contents) { if ($co =~ /enum\s*Code\s*(\w+)/) { - $str .= "${space}__code $1(...)\n"; + $str .= "${space}__code $1(...);\n"; next; } chomp $co;