From eef18664f9a161816a954ce032f44cae4e90ed81 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Nov 2025 14:46:55 -0500 Subject: Stop defining u8 and u16 all over the place. --- src/unalf.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/unalf.h') diff --git a/src/unalf.h b/src/unalf.h index 2d0072e..33a7760 100644 --- a/src/unalf.h +++ b/src/unalf.h @@ -7,17 +7,13 @@ #include #include #include "self.h" +#include "u816.h" #ifndef VERSION #define VERSION "???" #warning "VERSION not defined, defaulting to \"???\"" #endif -#ifndef u8 -#define u8 unsigned char -#define u16 unsigned short -#endif - /* asmcode.c (converted from asm) */ void uncrunch_file(void); void setup_io_bufs(void); -- cgit v1.2.3