about summary refs log tree commit diff
path: root/mlist.c
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-03-08 17:11:36 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-03-08 17:11:36 +0100
commit582256618a102cb3b6597ed63124c48ae16f8efb (patch)
tree14589fdf3642a8c11ffab5fe7ee0bfb3c489a4e7 /mlist.c
parent83f9794bb0a79218836d05a58a58c330e32ba36d (diff)
downloadmblaze-582256618a102cb3b6597ed63124c48ae16f8efb.tar.gz
mblaze-582256618a102cb3b6597ed63124c48ae16f8efb.tar.xz
mblaze-582256618a102cb3b6597ed63124c48ae16f8efb.zip
move uc macro to blaze822_priv.h
Diffstat (limited to 'mlist.c')
-rw-r--r--mlist.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mlist.c b/mlist.c
index 9d0800f..6fcfb66 100644
--- a/mlist.c
+++ b/mlist.c
@@ -12,9 +12,7 @@
 #include <unistd.h>
 
 #include "blaze822.h"
-
-#define lc(c) ((c) | 0x20)
-#define uc(c) ((c) & 0xdf)
+#include "blaze822_priv.h"
 
 /*