diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-29 14:46:55 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-29 14:46:55 -0500 |
| commit | eef18664f9a161816a954ce032f44cae4e90ed81 (patch) | |
| tree | ce1d4bd8c00c7e946b111bc96c3509961b11278e /src/sanity.c | |
| parent | 671fd9c6e7806229e06424f12b27fa2ad28afa05 (diff) | |
| download | alftools-eef18664f9a161816a954ce032f44cae4e90ed81.tar.gz | |
Stop defining u8 and u16 all over the place.
Diffstat (limited to 'src/sanity.c')
| -rw-r--r-- | src/sanity.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/sanity.c b/src/sanity.c index ccbcae1..5b5c787 100644 --- a/src/sanity.c +++ b/src/sanity.c @@ -1,9 +1,6 @@ #include <stdio.h> #include <string.h> - -#ifndef u8 -#define u8 unsigned char -#endif +#include "u816.h" extern const char *self; |
