http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed2b2e
)
Use int rather than short for bool; it will give more efficient code.
author
Michael Brown
<mcb30@etherboot.org>
Mon, 18 Dec 2006 16:48:09 +0000
(16:48 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 18 Dec 2006 16:48:09 +0000
(16:48 +0000)
src/include/curses.h
patch
|
blob
|
history
diff --git
a/src/include/curses.h
b/src/include/curses.h
index
86825be
..
d356658
100644
(file)
--- a/
src/include/curses.h
+++ b/
src/include/curses.h
@@
-22,7
+22,7
@@
#undef TRUE
#define TRUE (1)
-typedef
shor
t bool;
+typedef
in
t bool;
typedef uint32_t chtype;
typedef uint32_t attr_t;