Mercurial > repos > rhope
diff runtime/integer.c @ 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.c Sat Oct 10 16:43:37 2009 -0400 +++ b/runtime/integer.c Wed May 05 22:12:23 2010 -0400 @@ -3,11 +3,4 @@ #include "context.h" #include "bool.h" -object * make_Int32(int32_t val) -{ - t_Int32 * obj; - object * ret = new_object(TYPE_INT32); - obj = (t_Int32 *)ret; - obj->num = val; - return ret; -} +