We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085ebc3 commit c7933a7Copy full SHA for c7933a7
ext/libxml/ruby_xml_error.c
@@ -97,7 +97,7 @@ VALUE rxml_error_wrap(const xmlError *xerror)
97
}
98
99
/* Hook that receives xml error message */
100
-#if LIBXML_VERSION >= 212000
+#if LIBXML_VERSION >= 21200
101
static void structuredErrorFunc(void *userData, const xmlError *xerror)
102
#else
103
static void structuredErrorFunc(void *userData, xmlErrorPtr xerror)
0 commit comments