diff runtime/integer.h @ 12:31f8182f3433

Finished fib test and did some small work on the c backend
author Mike Pavone <pavone@retrodev.com>
date Mon, 25 May 2009 23:34:36 -0400
parents d61550e2c001
children 640f541e9116
line wrap: on
line diff
--- a/runtime/integer.h	Tue May 19 23:29:55 2009 -0400
+++ b/runtime/integer.h	Mon May 25 23:34:36 2009 -0400
@@ -10,6 +10,8 @@
 
 MethodDef(_PL_,Int32)
 MethodDef(_MN_,Int32)
+MethodDef(_LT_,Int32)
+MethodDef(_GT_,Int32)
 
 object * make_Int32(int32_t val);