# HG changeset patch # User mir3636 # Date 1507272073 -32400 # Node ID d839c9cb7c8363784ab0d91adac18eb767effcf2 # Parent 3789144f972e4b9906231a9b965ffc1746532627 fix diff -r 3789144f972e -r d839c9cb7c83 src/parallel_execution/CMakeLists.txt --- 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( diff -r 3789144f972e -r d839c9cb7c83 src/parallel_execution/generate_stub.pl --- 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;