diff 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
line wrap: on
line diff
--- a/src/gearsTools/update_implheader.pl	Wed Feb 05 13:14:33 2020 +0900
+++ b/src/gearsTools/update_implheader.pl	Wed Feb 05 14:11:58 2020 +0900
@@ -96,6 +96,7 @@
   }
 
   map { print $fh "    $_\n"}  @$write_codes;
+  print $fh "    __code next(...);\n";
   print $fh "} $impl;\n";
   close $fh;
 }