view paper/src/generatePickNext.pl @ 111:4642d2f215d2

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 06 Feb 2021 15:42:26 +0900
parents 03a8903d40d7
children
line wrap: on
line source

if ($outputStubElem && !$stub{$outputStubElem->{createStubName}."_stub"}->{static}) {
  my $pick_next = "$outputStubElem->{createStubName}_$outputStubElem->{counter}";
  $return_line .= "${indent}Gearef(${context_name}, $ntype)->$pName = C_$pick_next;\n";
  $i++;
  next;
}