# HG changeset patch # User anatofuz # Date 1593166093 -32400 # Node ID 503256a74f1e87c5c83b1cb91de8d5f9e987a6da # Parent 0106e700d237bc4244b79aef1e5f54e1c008ea64 fix generate_stub diff -r 0106e700d237 -r 503256a74f1e src/gearsTools/generate_stub.pl --- a/src/gearsTools/generate_stub.pl Fri Jun 26 19:06:06 2020 +0900 +++ b/src/gearsTools/generate_stub.pl Fri Jun 26 19:08:13 2020 +0900 @@ -573,7 +573,7 @@ } $i++; } - print $fd "${prev}${contextext_name}->before = C_$codeGearName;\n"; + print $fd "${prev}${context_name}->before = C_$codeGearName;\n"; print $fd "${prev}goto meta(${context_name}, $next->$method);\n"; next; } elsif(/^(.*)par goto (\w+)\((.*)\);/) {