From 3e5292a0522e6f6d80ba917368d32b7f25928d1f Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 21 Jul 2008 15:39:54 +0000 Subject: Undefine 'byte' due to dict.c. --- lib/setup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/setup.h b/lib/setup.h index d68782366..c3a308abd 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -272,6 +272,9 @@ #ifdef word #undef word #endif +#ifdef byte +#undef byte +#endif #else /* MSDOS */ -- cgit v1.2.3