Mercurial > hg > Members > Moririn
annotate src/parallel_execution/origin_cs.h @ 280:2c2e4e597eb0
generate no compile errors
author | mir3636 |
---|---|
date | Fri, 03 Feb 2017 17:47:27 +0900 |
parents | 421ea91dd76c |
children |
rev | line source |
---|---|
86 | 1 extern __code start_code(struct Context* context); |
2 extern __code exit_code(struct Context* context); | |
3 extern __code meta(struct Context* context, enum Code next); | |
246
421ea91dd76c
Change initContext type from __code to void
Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
parents:
236
diff
changeset
|
4 extern void initContext(struct Context* context); |