diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2008-07-21 15:39:54 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2008-07-21 15:39:54 +0000 |
commit | 3e5292a0522e6f6d80ba917368d32b7f25928d1f (patch) | |
tree | 9c454ddcca752aed6df5558fb38e1dabdb7d64f9 | |
parent | 2066d60b167854503fe5bd735042f9e67399ccf2 (diff) |
Undefine 'byte' due to dict.c.
-rw-r--r-- | lib/setup.h | 3 |
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 */ |