blob: 65eb467c28e3087648cbef9e1b6f955cfbe56eec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- all.h.orig 1994-06-23 12:14:39 UTC
+++ all.h
@@ -22,7 +22,7 @@
#define ALL_H
typedef float real; // float should be enough
-typedef short bool;
+typedef short boolean;
typedef unsigned uint32; // 32 Bit unsigned integer
// some compilers may need "typedef unsigned long uint32" instead
typedef int int32; // 32 Bit signed integer
|