diff runtime/bool.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 31f8182f3433
children 04baa003de5a
line wrap: on
line diff
--- a/runtime/bool.h	Tue Oct 06 23:13:47 2009 -0400
+++ b/runtime/bool.h	Thu Oct 08 01:52:38 2009 -0400
@@ -12,6 +12,5 @@
 extern t_Boolean * val_yes;
 extern t_Boolean * val_no;
 
-MethodDef(If,Boolean)
 
 #endif //BOOL_H_