diff runtime/blueprint.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 3d92bc1352c2
children 3e20ed8959c4
line wrap: on
line diff
--- a/runtime/blueprint.h	Sat Oct 10 16:40:50 2009 -0400
+++ b/runtime/blueprint.h	Tue Oct 13 00:07:34 2009 -0400
@@ -4,9 +4,7 @@
 #include "object.h"
 #include "func.h"
 
-OBegin
-	blueprint * bp;
-Object(Blueprint)
+Box(blueprint *,bp,Blueprint)
 
 object * make_Blueprint(int32_t type_id);
 FuncDef(Build)