ext/xml/libxml.h in libxml-ruby-0.3.8.2 vs ext/xml/libxml.h in libxml-ruby-0.3.8.4

- old
+ new

@@ -4,15 +4,16 @@ #define __RUBY_LIBXML_H__ /* Don't nuke this block! It is used for automatically updating the * versions below. VERSION = string formatting, VERNUM = numbered * version for inline testing: increment both or none at all. */ -#define RUBY_LIBXML_VERSION "0.3.8.2" -#define RUBY_LIBXML_VERNUM 382 -#define RUBY_LIBXML_VER_MAJ 0 -#define RUBY_LIBXML_VER_MIN 3 -#define RUBY_LIBXML_VER_MIC 8 +#define RUBY_LIBXML_VERSION "0.3.8.4" +#define RUBY_LIBXML_VERNUM 384 +#define RUBY_LIBXML_VER_MAJ 0 +#define RUBY_LIBXML_VER_MIN 3 +#define RUBY_LIBXML_VER_MIC 8 +#define RUBY_LIBXML_VER_PATCH 4 #include <ruby.h> #include <rubyio.h> #include <util.h> #include <libxml/parser.h> @@ -73,9 +74,10 @@ #include "ruby_xml_input_cbg.h" #include "ruby_xml_dtd.h" #include "ruby_xml_schema.h" extern VALUE mXML; +extern VALUE eXMLError; void ruby_init_parser(void); void ruby_xml_parser_free(ruby_xml_parser *rxp); #endif