comparison runtime/integer.h @ 42:aabda74c7a88

Fields can now be defined to have naked primitive types
author Mike Pavone <pavone@retrodev.com>
date Tue, 13 Oct 2009 00:07:34 -0400
parents 640f541e9116
children a24eb366195c
comparison
equal deleted inserted replaced
41:1b86a1ee500a 42:aabda74c7a88
2 #define _INTEGER_H_ 2 #define _INTEGER_H_
3 3
4 #include "object.h" 4 #include "object.h"
5 #include "func.h" 5 #include "func.h"
6 6
7 OBegin 7 Box(int32_t,num,Int32)
8 int32_t num;
9 Object(Int32)
10 8
11 MethodDef(_PL_,Int32) 9 MethodDef(_PL_,Int32)
12 MethodDef(_MN_,Int32) 10 MethodDef(_MN_,Int32)
13 MethodDef(_TM_,Int32) 11 MethodDef(_TM_,Int32)
14 MethodDef(_DV_,Int32) 12 MethodDef(_DV_,Int32)