Changed not to ! in preprocessing directive

This commit is contained in:
Alexander S. Aganichev 2003-04-28 14:42:26 +00:00
parent 9143537380
commit a2b356f113

View File

@ -162,7 +162,7 @@ void gkbd_tty_reset() {
int gkbd_sys_input_pending(int tsecs) {
#if not defined(__BEOS__)
#if !defined(__BEOS__)
static fd_set read_fd_set;
struct timeval wait;
long usecs, secs;