From: Gisle Vanem <gvanem@broadpark.no>
Date: Mon, 21 Jul 2008 15:39:54 +0000 (+0000)
Subject: Undefine 'byte' due to dict.c.
X-Git-Tag: cares-1_5_3~330
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e5292a0522e6f6d80ba917368d32b7f25928d1f;p=curl

Undefine 'byte' due to dict.c.
---

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 */