mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 01:29:28 +00:00
Remove unnecessary (re)definitions of TRUE/FALSE (#356)
This commit is contained in:
@@ -88,8 +88,6 @@ extern DspInterface currentdsp;
|
||||
int TIMEOUT_TIME; /* For file system timeout */
|
||||
|
||||
#ifdef XWINDOW
|
||||
#define FALSE 0
|
||||
#define TRUE !FALSE
|
||||
volatile sig_atomic_t Event_Req = FALSE;
|
||||
#endif /* XWINDOW */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user