Mercurial > repos > rhope
diff runtime/integer.h @ 56:d2f9b0a9403d
Initial experiment with goto and switch
author | Mike Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 08 Oct 2009 01:52:38 -0400 |
parents | 640f541e9116 |
children | 04baa003de5a |
line wrap: on
line diff
--- a/runtime/integer.h Tue Oct 06 23:13:47 2009 -0400 +++ b/runtime/integer.h Thu Oct 08 01:52:38 2009 -0400 @@ -8,15 +8,6 @@ int32_t num; Object(Int32) -MethodDef(_PL_,Int32) -MethodDef(_MN_,Int32) -MethodDef(_TM_,Int32) -MethodDef(_DV_,Int32) -MethodDef(LShift,Int32) -MethodDef(RShift,Int32) -MethodDef(_LT_,Int32) -MethodDef(_GT_,Int32) - object * make_Int32(int32_t val); #endif //_INTEGER_H_