Преглед изворни кода

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

tags/v0.9.3
Michael Brown пре 17 година
родитељ
комит
688eb60df4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/include/curses.h

+ 1
- 1
src/include/curses.h Прегледај датотеку

@@ -22,7 +22,7 @@
22 22
 #undef  TRUE
23 23
 #define TRUE	(1)
24 24
 
25
-typedef short bool;
25
+typedef int bool;
26 26
 typedef uint32_t chtype;
27 27
 typedef uint32_t attr_t;
28 28
 

Loading…
Откажи
Сачувај