RSSyl: Fix compilation on OS X.
authorAndrej Kacian <ticho@claws-mail.org>
Wed, 27 May 2015 20:58:27 +0000 (22:58 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Wed, 27 May 2015 20:58:27 +0000 (22:58 +0200)
commita52401526d1d7d9257623a5dac44ffb378371303
tree37f02cce2bff5ce662f8cf8f1711997244c6f8e2
parente0aa60ca7ac4d26fe0dd4b00cad59a0e770bb009
RSSyl: Fix compilation on OS X.

The enums declared in libfeed's parser*.h files sneaked through
to object built from old_feeds.c file, due to parser.h include.
For some reason, this bothers OS X compiler.
Since these enums were only used in their respective parser*.c file,
I just moved them there.
src/plugins/rssyl/libfeed/parser.c
src/plugins/rssyl/libfeed/parser.h
src/plugins/rssyl/libfeed/parser_atom10.c
src/plugins/rssyl/libfeed/parser_atom10.h
src/plugins/rssyl/libfeed/parser_rdf.c
src/plugins/rssyl/libfeed/parser_rdf.h