Pārlūkot izejas kodu

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

tags/v0.9.3
Michael Brown 19 gadus atpakaļ
vecāks
revīzija
688eb60df4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/include/curses.h

+ 1
- 1
src/include/curses.h Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt