blob: fe6e6236cd6a85e9336899155be4592cc1d1430f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.3 2002/06/27 15:52:13 agc Exp $
--- all.h 2002/06/27 15:41:04 1.1
+++ all.h 2002/06/27 15:41:40
@@ -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
|