diff 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
line wrap: on
line diff
--- a/runtime/integer.h	Sat Oct 10 16:40:50 2009 -0400
+++ b/runtime/integer.h	Tue Oct 13 00:07:34 2009 -0400
@@ -4,9 +4,7 @@
 #include "object.h"
 #include "func.h"
 
-OBegin
-	int32_t num;
-Object(Int32)
+Box(int32_t,num,Int32)
 
 MethodDef(_PL_,Int32)
 MethodDef(_MN_,Int32)