From b8f742db850ffc99333a97ab54fc820c6de0fd98 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 11 Jan 2005 17:43:53 +0000 Subject: os x changes --- src/cmd/acme/dat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cmd/acme/dat.h') diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 97953325..4ac0d676 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -465,6 +465,9 @@ enum #define WIN(q) ((((ulong)(q).path)>>8) & 0xFFFFFF) #define FILE(q) ((q).path & 0xFF) +#undef FALSE +#undef TRUE + enum { FALSE, -- cgit v1.2.3