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]
/
simpleVar.hh
blob
b30cef3387cc284419fed244d5aff2d42e639701
1
extern
const
VTable simpleVarVT
;
2
void
mkSimpleVar
(
VM
&,
Node
&
target
){
3
target
.
vt
=&
simpleVarVT
;
4
}