blob: 338eec106e9334fd182485a604e2330c3973e3be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- basics.h.orig Thu May 14 16:35:56 1998
+++ basics.h Thu May 14 16:36:18 1998
@@ -6,10 +6,6 @@
//Initial revision
//
-typedef unsigned int bool;
-const bool true = (0 == 0);
-const bool false = (!true);
-
typedef unsigned int uint;
typedef unsigned char uchar, byte;
typedef unsigned short ushort, word;
|