Changed not to ! in preprocessing directive
This commit is contained in:
parent
9143537380
commit
a2b356f113
@ -162,7 +162,7 @@ void gkbd_tty_reset() {
|
|||||||
|
|
||||||
int gkbd_sys_input_pending(int tsecs) {
|
int gkbd_sys_input_pending(int tsecs) {
|
||||||
|
|
||||||
#if not defined(__BEOS__)
|
#if !defined(__BEOS__)
|
||||||
static fd_set read_fd_set;
|
static fd_set read_fd_set;
|
||||||
struct timeval wait;
|
struct timeval wait;
|
||||||
long usecs, secs;
|
long usecs, secs;
|
||||||
|
Reference in New Issue
Block a user