Added cons.
[mozart2.git] / integer.hh
blob9cfc65e00dde8954ffe491cb79bbfb796e8db7bf
1 extern const VTable smallintVT;
2 void mkSmallint(VM &, Node &target, smw value){
3 target.vt=&smallintVT;
4 target.c.si=value;