From 582256618a102cb3b6597ed63124c48ae16f8efb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 8 Mar 2020 17:11:36 +0100 Subject: move uc macro to blaze822_priv.h --- mlist.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mlist.c') diff --git a/mlist.c b/mlist.c index 9d0800f..6fcfb66 100644 --- a/mlist.c +++ b/mlist.c @@ -12,9 +12,7 @@ #include #include "blaze822.h" - -#define lc(c) ((c) | 0x20) -#define uc(c) ((c) & 0xdf) +#include "blaze822_priv.h" /* -- cgit 1.4.1