2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-05-22 00:22:38 +00:00

Use int rather than short for bool; it will give more efficient code.

This commit is contained in:
Michael Brown
2006-12-18 16:48:09 +00:00
parent 2ed2b2efe8
commit 688eb60df4
+1 -1
View File
@@ -22,7 +22,7 @@
#undef TRUE
#define TRUE (1)
typedef short bool;
typedef int bool;
typedef uint32_t chtype;
typedef uint32_t attr_t;