From 430976597fd86013e1e8b74e4cd78e7259b31272 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 27 Nov 2005 15:56:23 +0000 Subject: OS X fix --- src/cmd/9term/dat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cmd/9term') 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; -- cgit v1.2.3