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]
/
integer.hh
blob
9cfc65e00dde8954ffe491cb79bbfb796e8db7bf
1
extern
const
VTable smallintVT
;
2
void
mkSmallint
(
VM
&,
Node
&
target
,
smw value
){
3
target
.
vt
=&
smallintVT
;
4
target
.
c
.
si
=
value
;
5
}