diff runtime/blueprint.h @ 49:3e20ed8959c4

Added initial FFI implementation, Array type and 64-bit integers
author Mike Pavone <pavone@retrodev.com>
date Thu, 08 Apr 2010 01:02:18 -0400
parents aabda74c7a88
children d4b44ae2e34a
line wrap: on
line diff
--- a/runtime/blueprint.h	Tue Mar 02 00:18:49 2010 -0500
+++ b/runtime/blueprint.h	Thu Apr 08 01:02:18 2010 -0400
@@ -7,6 +7,8 @@
 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_