aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2008-07-21 15:39:54 +0000
committerGisle Vanem <gvanem@broadpark.no>2008-07-21 15:39:54 +0000
commit3e5292a0522e6f6d80ba917368d32b7f25928d1f (patch)
tree9c454ddcca752aed6df5558fb38e1dabdb7d64f9 /lib
parent2066d60b167854503fe5bd735042f9e67399ccf2 (diff)
Undefine 'byte' due to dict.c.
Diffstat (limited to 'lib')
-rw-r--r--lib/setup.h3
1 files changed, 3 insertions, 0 deletions
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 */