diff options
| author | hniksic <devnull@localhost> | 2003-11-02 08:48:40 -0800 |
|---|---|---|
| committer | hniksic <devnull@localhost> | 2003-11-02 08:48:40 -0800 |
| commit | 3e207912bd72a55ee05e127a2f5ee4836099fa24 (patch) | |
| tree | 9056b6788e0de784387701e95da6a5e6b0c1e779 /src/html-parse.c | |
| parent | 504effdc1358285e50e3a4a8bd3fdee47b1e294a (diff) | |
| download | wget-3e207912bd72a55ee05e127a2f5ee4836099fa24.tar.gz | |
[svn] Added undefs for FITS and SKIP_SEMI macros.
Diffstat (limited to 'src/html-parse.c')
| -rw-r--r-- | src/html-parse.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |
