comparison paper/src/stub.cbc @ 100:ebe838b83ada

Self review
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Sun, 12 Feb 2017 11:52:20 +0900
parents 34de798b11c3
children
comparison
equal deleted inserted replaced
99:a891d7551bbf 100:ebe838b83ada
1 __code put(struct Context* context, 1 __code put(struct Context* context,
2 struct Tree* tree, 2 struct Tree* tree,
3 struct Node* root, 3 struct Node* root,
4 struct Allocate* allocate) 4 struct Allocate* allocate)
5 { 5 {
6 /* ... */ 6 /* 実装コードは省略 */
7 } 7 }
8 8
9 __code put_stub(struct Context* context) 9 __code put_stub(struct Context* context)
10 { 10 {
11 goto put(context, 11 goto put(context,