mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +03:00
Use int rather than short for bool; it will give more efficient code.
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
#undef TRUE
|
#undef TRUE
|
||||||
#define TRUE (1)
|
#define TRUE (1)
|
||||||
|
|
||||||
typedef short bool;
|
typedef int bool;
|
||||||
typedef uint32_t chtype;
|
typedef uint32_t chtype;
|
||||||
typedef uint32_t attr_t;
|
typedef uint32_t attr_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user