diff runtime/builtin.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 495dddadd058
children a844c623c7df
line wrap: on
line diff
--- a/runtime/builtin.h	Tue Oct 06 23:13:47 2009 -0400
+++ b/runtime/builtin.h	Thu Oct 08 01:52:38 2009 -0400
@@ -47,7 +47,4 @@
 void register_builtin_types();
 void register_builtin_type(uint32_t type);
 
-//TODO: Remove this when it's possible to write Print in Rhope
-FuncDef(Print)
-
 #endif //_BUILTIN_H_