Undefine 'byte' due to dict.c.

This commit is contained in:
Gisle Vanem
2008-07-21 15:39:54 +00:00
parent 2066d60b16
commit 3e5292a052

View File

@@ -272,6 +272,9 @@
#ifdef word #ifdef word
#undef word #undef word
#endif #endif
#ifdef byte
#undef byte
#endif
#else /* MSDOS */ #else /* MSDOS */