diff runtime/blueprint.h @ 63:04baa003de5a

Merged latest changes with better C branch
author Mike Pavone <pavone@retrodev.com>
date Wed, 05 May 2010 22:12:23 -0400
parents 3e20ed8959c4
children d4b44ae2e34a
line wrap: on
line diff
--- a/runtime/blueprint.h	Sat Oct 10 16:43:37 2009 -0400
+++ b/runtime/blueprint.h	Wed May 05 22:12:23 2010 -0400
@@ -4,11 +4,11 @@
 #include "object.h"
 #include "func.h"
 
-OBegin
-	blueprint * bp;
-Object(Blueprint)
+Box(blueprint *,bp,Blueprint)
 
 object * make_Blueprint(int32_t type_id);
-FuncDef(Build)
+FuncDef(Build)
+FuncDef(BlueprintSP_Of)
+int32_t _internal_blueprint_eq(object * left, object * right);
 
 #endif //BLUEPRINT_H_