From 3e207912bd72a55ee05e127a2f5ee4836099fa24 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 2 Nov 2003 08:48:40 -0800 Subject: [PATCH] [svn] Added undefs for FITS and SKIP_SEMI macros. --- src/html-parse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/html-parse.c b/src/html-parse.c index ea632546..2a09ff09 100644 --- a/src/html-parse.c +++ b/src/html-parse.c @@ -340,6 +340,8 @@ decode_entity (const char **ptr, const char *end) #undef ENT1 #undef ENT2 #undef ENT3 +#undef FITS +#undef SKIP_SEMI enum { AP_DOWNCASE = 1, -- 2.39.2