Better true/false case with enum

This commit is contained in:
pagefault
2004-05-03 22:01:01 +00:00
parent 78afc1ef83
commit 0a344dafb2

View File

@@ -20,9 +20,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include <stdlib.h>
//C++ style code in C
#define bool unsigned char
#define true 1
#define false 0
enum bool { false, true };
extern void outofmemory();
extern unsigned char *spc7110romptr;