diff src/parallel_execution/stack.h @ 132:7c309e1aea73

Code Gears stack api
author one
date Thu, 27 Oct 2016 18:54:11 +0900
parents 2bb5e4f0fd35
children f31b4e4bf4bb
line wrap: on
line diff
--- a/src/parallel_execution/stack.h	Tue Oct 25 00:49:28 2016 +0900
+++ b/src/parallel_execution/stack.h	Thu Oct 27 18:54:11 2016 +0900
@@ -0,0 +1,1 @@
+extern union Data* createSingleLinkedStack(struct Context* context);