diff runtime/integer.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 d2f9b0a9403d a24eb366195c
children
line wrap: on
line diff
--- a/runtime/integer.h	Sat Oct 10 16:43:37 2009 -0400
+++ b/runtime/integer.h	Wed May 05 22:12:23 2010 -0400
@@ -4,9 +4,6 @@
 #include "object.h"
 #include "func.h"
 
-OBegin
-	int32_t num;
-Object(Int32)
 
 object * make_Int32(int32_t val);