diff options
Diffstat (limited to 'src/cmd/9term')
-rw-r--r-- | src/cmd/9term/dat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/9term/dat.h b/src/cmd/9term/dat.h index cf7aa9f9..982eea18 100644 --- a/src/cmd/9term/dat.h +++ b/src/cmd/9term/dat.h @@ -2,6 +2,9 @@ #undef Borderwidth #define Borderwidth 0 +#undef TRUE /* OS X */ +#undef FALSE + typedef struct Consreadmesg Consreadmesg; typedef struct Conswritemesg Conswritemesg; typedef struct Stringpair Stringpair; |