summaryrefslogtreecommitdiff
path: root/linux-core/xgi_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/xgi_types.h')
-rw-r--r--linux-core/xgi_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/xgi_types.h b/linux-core/xgi_types.h
index 89804667..6d941abe 100644
--- a/linux-core/xgi_types.h
+++ b/linux-core/xgi_types.h
@@ -35,7 +35,6 @@
typedef unsigned char U8; /* 0 to 255 */
typedef unsigned short U16; /* 0 to 65535 */
-typedef unsigned long BOOL;
/*
* mainly for 64-bit linux, where long is 64 bits
* and win9x, where int is 16 bit.