Mercurial > hg > Members > Moririn
diff src/parallel_execution/generate_stub.pl @ 324:d9887056ae5b
Update Todo and Add comment to perl script
author | one |
---|---|
date | Fri, 14 Apr 2017 19:52:26 +0900 |
parents | ec0a5b4fba05 |
children | 3529c7e93c4f |
line wrap: on
line diff
--- a/src/parallel_execution/generate_stub.pl Tue Mar 21 16:07:30 2017 +0900 +++ b/src/parallel_execution/generate_stub.pl Fri Apr 14 19:52:26 2017 +0900 @@ -248,6 +248,8 @@ # generate CodeGear header with new arguments print $fd "__code $codeGearName($newArgs)$tail\n"; if ($outputVar{$codeGearName} ne "") { + # output data var can be use before write + # it should be initialze by gearef print $fd $outputVar{$codeGearName}; } next;