sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit e6f4940e5f0fd9e2f53bdc4bac47a1f533f13185
parent 53a05e3562a0c27b2ab1240c5ba55d7da87d3c75
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  8 Oct 2018 19:35:01 +0200

util.h: remove unused macro ISUTF8()

Diffstat:
Mutil.h | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/util.h b/util.h @@ -12,8 +12,6 @@ size_t strlcat(char *, const char *, size_t); #undef strlcpy size_t strlcpy(char *, const char *, size_t); -#define ISUTF8(c) (((c) & 0xc0) != 0x80) - /* feed info */ struct feed { char * name; /* feed name */