comparison 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
comparison
equal deleted inserted replaced
38:7f05bbe82f24 56:d2f9b0a9403d
10 #define No add_ref((object *)val_no) 10 #define No add_ref((object *)val_no)
11 11
12 extern t_Boolean * val_yes; 12 extern t_Boolean * val_yes;
13 extern t_Boolean * val_no; 13 extern t_Boolean * val_no;
14 14
15 MethodDef(If,Boolean)
16 15
17 #endif //BOOL_H_ 16 #endif //BOOL_H_