summaryrefslogtreecommitdiff
path: root/src/h-type.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-25 20:00:30 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-25 20:00:30 +0200
commit608bd67cf9be8a0b7f7edf44913a4a3b259c9a45 (patch)
tree2037b4bcdfca6f4a727b404908b51a5eb37a68f7 /src/h-type.h
parentc079e7235f11d124b9254f44e0d4ec18c7662b6e (diff)
Remove obsolete MSDOS/AMIGA support code
Diffstat (limited to 'src/h-type.h')
-rw-r--r--src/h-type.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/h-type.h b/src/h-type.h
index 145d4729..bcf013bb 100644
--- a/src/h-type.h
+++ b/src/h-type.h
@@ -72,17 +72,11 @@ typedef int errr;
#define uint uint_hack
/*
- * Hack -- prevent problems with MSDOS and WINDOWS
+ * Hack -- prevent problems with WINDOWS
*/
#undef huge
#define huge huge_hack
-/*
- * Hack -- prevent problems with AMIGA
- */
-#undef byte
-#define byte byte_hack
-
/* Note that "signed char" is not always "defined" */
/* So always use "s16b" to hold small signed values */
/* A signed byte of memory */