mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-11 10:35:04 +00:00
Remove unnecessary (re)definitions of TRUE/FALSE (#356)
This commit is contained in:
@@ -26,11 +26,6 @@
|
||||
#include "adr68k.h"
|
||||
#include "cell.h"
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#define TRUE !FALSE
|
||||
#endif /* FALSE */
|
||||
|
||||
extern XEvent report;
|
||||
|
||||
extern DLword *CTopMNWEvent;
|
||||
|
||||
Reference in New Issue
Block a user