mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-13 09:01:53 +03:00
another patch from Malcolm Tredinnick fixing warning generated by the
* acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c xmlschemastypes.c: another patch from Malcolm Tredinnick fixing warning generated by the Nonstop Kernel Open System Services compiler #151710 Daniel
This commit is contained in:
@ -4008,11 +4008,8 @@ xmlFAParseBranch(xmlRegParserCtxtPtr ctxt) {
|
||||
*/
|
||||
static void
|
||||
xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top) {
|
||||
xmlRegStatePtr start, end, oldend, oldstart;
|
||||
xmlRegStatePtr start, end;
|
||||
|
||||
oldend = ctxt->end;
|
||||
|
||||
oldstart = ctxt->state;
|
||||
/* if not top start should have been generated by an epsilon trans */
|
||||
start = ctxt->state;
|
||||
ctxt->end = NULL;
|
||||
|
Reference in New Issue
Block a user