repo.or.cz
/
mozart2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added cons.
[mozart2.git]
/
codeBlock.hh
blob
2ce4f01f6e0f577781140ada15f2c0d1062941ec
1
struct
CodeBlockHeader
{
2
size_t
length
;
3
size_t
arity
;
4
size_t
numG
;
5
};
6
extern
const
VTable codeBlockVT
;