From 8ba55bae99f5b65a681463d04b878ecf5db460bd Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 13 Jul 2016 15:56:50 +0200 Subject: blaze822_priv.h: macro cleanup --- rfc2047.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rfc2047.c') diff --git a/rfc2047.c b/rfc2047.c index 15c9cf7..9559608 100644 --- a/rfc2047.c +++ b/rfc2047.c @@ -5,10 +5,8 @@ #include #include -#define iswsp(c) (((c) == ' ' || (c) == '\t')) - -// ASCII lowercase without alpha check (wrong for "@[\]^_") -#define lc(c) ((c) | 0x20) +#include "blaze822.h" +#include "blaze822_priv.h" // XXX error detection on decode // XXX keep trying bytewise on invalid iconv -- cgit 1.4.1