diff runtime/object.h @ 166:1bfc19076f1b

Merge
author Mike Pavone <pavone@retrodev.com>
date Thu, 10 Mar 2011 04:16:38 +0000
parents 9fab36cc706b
children ba35ab624ec2
line wrap: on
line diff
--- a/runtime/object.h	Thu Mar 10 04:15:37 2011 +0000
+++ b/runtime/object.h	Thu Mar 10 04:16:38 2011 +0000
@@ -27,8 +27,8 @@
 	uint32_t       last_convertto;
 	uint32_t       first_convertfrom;
 	uint32_t       last_convertfrom;
-	int32_t       size;
-	int32_t       boxed_size;
+	int32_t        size;
+	int32_t        boxed_size;
 } blueprint;
 
 struct object {