Mercurial > hg > Members > Moririn
changeset 422:d839c9cb7c83
fix
author | mir3636 |
---|---|
date | Fri, 06 Oct 2017 15:41:13 +0900 |
parents | 3789144f972e |
children | 71dbdb27cb51 |
files | src/parallel_execution/CMakeLists.txt src/parallel_execution/generate_stub.pl |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parallel_execution/CMakeLists.txt Fri Oct 06 14:42:32 2017 +0900 +++ b/src/parallel_execution/CMakeLists.txt Fri Oct 06 15:41:13 2017 +0900 @@ -107,7 +107,7 @@ TARGET stack_test SOURCES - test/stack_test.cbc SingleLinkedStack.cbc + test/stack_test.cbc SingleLinkedStack.cbc SingleLinkedQueue.cbc ) GearsCommand(
--- a/src/parallel_execution/generate_stub.pl Fri Oct 06 14:42:32 2017 +0900 +++ b/src/parallel_execution/generate_stub.pl Fri Oct 06 15:41:13 2017 +0900 @@ -518,6 +518,7 @@ # gather type name and type } elsif ($inMain) { if (/^(.*)goto start_code\(main_context\);/) { + print $fd $_; next; } elsif (/^(.*)goto (\w+)\((.*)\);/) { my $prev = $1;