Mercurial > hg > GearsTemplate
comparison src/parallel_execution/context.h @ 278:23767f714f4a
fix generate_stub
author | mir3636 |
---|---|
date | Thu, 02 Feb 2017 20:27:56 +0900 |
parents | 195518ab62fc |
children | a3448b0f0a56 |
comparison
equal
deleted
inserted
replaced
277:9d671e63df74 | 278:23767f714f4a |
---|---|
254 }; // union Data end this is necessary for context generator | 254 }; // union Data end this is necessary for context generator |
255 | 255 |
256 typedef union Data Data; | 256 typedef union Data Data; |
257 | 257 |
258 #include "c/typedefData.h" | 258 #include "c/typedefData.h" |
259 | |
260 #include "c/extern.h" | |
261 | |
262 extern __code start_code(struct Context* context); | |
263 extern __code exit_code(struct Context* context); | |
264 extern __code meta(struct Context* context, enum Code next); | |
265 extern void initContext(struct Context* context); | |
266 | |
259 #endif | 267 #endif |