aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.h
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-11-29 14:46:55 -0500
committerB. Watson <urchlay@slackware.uk>2025-11-29 14:46:55 -0500
commiteef18664f9a161816a954ce032f44cae4e90ed81 (patch)
treece1d4bd8c00c7e946b111bc96c3509961b11278e /src/unalf.h
parent671fd9c6e7806229e06424f12b27fa2ad28afa05 (diff)
downloadalftools-eef18664f9a161816a954ce032f44cae4e90ed81.tar.gz
Stop defining u8 and u16 all over the place.
Diffstat (limited to 'src/unalf.h')
-rw-r--r--src/unalf.h6
1 files changed, 1 insertions, 5 deletions
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 <sys/stat.h>
#include <f65.h>
#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);