Mercurial > hg > CbC > old > device
comparison Changes @ 364:c29eebf3eaf4 local-label-indirect-goto
local label and indirect goto.
author | kono |
---|---|
date | Tue, 06 Jul 2004 17:55:40 +0900 |
parents | f3f2b7906d50 |
children | 5ac17fa9d7e0 |
comparison
equal
deleted
inserted
replaced
363:f3f2b7906d50 | 364:c29eebf3eaf4 |
---|---|
5514 return l; | 5514 return l; |
5515 else | 5515 else |
5516 eval_if l; | 5516 eval_if l; |
5517 eval_if | 5517 eval_if |
5518 みたいな感じ? | 5518 みたいな感じ? |
5519 | |
5520 Tue Jul 6 17:46:50 JST 2004 | |
5521 | |
5522 type と tag を大域にするんじゃなくて、tag だったら大域、 | |
5523 type は、LTDECL のみで局所っていうようにするべきだよね。 | |
5524 | |
5525 static が global になっちゃってるな。 |