Mercurial > hg > Papers > 2021 > anatofuz-master
comparison paper/src/generatePickNext.pl @ 46:03a8903d40d7
...
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 01 Feb 2021 15:15:41 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
45:af80bd950c79 | 46:03a8903d40d7 |
---|---|
1 if ($outputStubElem && !$stub{$outputStubElem->{createStubName}."_stub"}->{static}) { | |
2 my $pick_next = "$outputStubElem->{createStubName}_$outputStubElem->{counter}"; | |
3 $return_line .= "${indent}Gearef(${context_name}, $ntype)->$pName = C_$pick_next;\n"; | |
4 $i++; | |
5 next; | |
6 } | |
7 |