diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-01-20 22:08:18 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-01-20 22:08:18 +0000 |
commit | 963d2ae41574066f9b44bcae610dd280c1e57dd8 (patch) | |
tree | 9a561b726bed8272bfdaf73908b50f8d2e8eee0d /DOCBparser.c | |
parent | 0f5f162eeb67f4284a1f9e26613caad22ee9f185 (diff) | |
download | libxml2-963d2ae41574066f9b44bcae610dd280c1e57dd8.tar.gz |
cleanup patch from Anthony Jones fix the headers to avoid in make scan
* SAX.c: cleanup patch from Anthony Jones
* doc/Makefile.am: fix the headers to avoid in make scan
* parserInternals.c xpath.c include/libxml/*.h: cleanup of the
includes, * vs Ptr and general cleanup
* parsedecl.py: first version of a script to extract the
module interfaces, the goal will be to provide .decl or XML
specification of the interfaces to build wrappers.
Daniel
Diffstat (limited to 'DOCBparser.c')
-rw-r--r-- | DOCBparser.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCBparser.c b/DOCBparser.c index aec90f03..8b196e9a 100644 --- a/DOCBparser.c +++ b/DOCBparser.c @@ -847,18 +847,6 @@ static const char *docbStartClose[] = { NULL }; -/* - * The list of SGML elements which are supposed not to have - * CDATA content and where a p element will be implied - * - * TODO: extend that list by reading the SGML SGML DTD on - * implied paragraph - */ -static char *docbNoContentElements[] = { - NULL -}; - - static const char** docbStartCloseIndex[100]; static int docbStartCloseIndexinitialized = 0; |