diff options
Diffstat (limited to 'engines/glk/tads/tads2/lib.h')
-rw-r--r-- | engines/glk/tads/tads2/lib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/glk/tads/tads2/lib.h b/engines/glk/tads/tads2/lib.h index a7ed2aadf7..596a66d57d 100644 --- a/engines/glk/tads/tads2/lib.h +++ b/engines/glk/tads/tads2/lib.h @@ -46,9 +46,6 @@ typedef unsigned long ub4; typedef signed long sb4; typedef long b4; typedef int eword; -typedef int32 int32_t; -typedef uint32 uint32_t; - /* maximum/minimum portable values for various types */ #define UB4MAXVAL 0xffffffffUL |