comparison src/gearsTools/update_implheader.pl @ 304:9fa2e66bc9ed

comment at vm_impl private field
author anatofuz
date Wed, 05 Feb 2020 14:11:58 +0900
parents 06665ec9e2a0
children
comparison
equal deleted inserted replaced
303:17ccc6e21e35 304:9fa2e66bc9ed
94 $impl = $1; 94 $impl = $1;
95 $interface = $2; 95 $interface = $2;
96 } 96 }
97 97
98 map { print $fh " $_\n"} @$write_codes; 98 map { print $fh " $_\n"} @$write_codes;
99 print $fh " __code next(...);\n";
99 print $fh "} $impl;\n"; 100 print $fh "} $impl;\n";
100 close $fh; 101 close $fh;
101 } 102 }