1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-08 21:42:07 +03:00

Fixed problem with cleanup of RVT's, should clear bug350085; cleaned up

* libxslt/transform.c: Fixed problem with cleanup of RVT's, should
  clear bug350085; cleaned up most warnings (still a problem in
  xsltShallowCopyNsNode)
* trivial warning cleanup in libxslt/[extensions.c, namespaces.c,
  xslt.c and xsltInternals.h] and libexslt/functions.c
This commit is contained in:
William M. Brack
2006-08-09 18:22:39 +00:00
parent 1564b7c617
commit 4b155f2bb2
7 changed files with 43 additions and 19 deletions

View File

@@ -57,7 +57,7 @@ static void exsltFuncFunctionFunction (xmlXPathParserContextPtr ctxt,
int nargs);
static exsltFuncFunctionData *exsltFuncNewFunctionData(void);
static const xmlChar *exsltResultDataID = (const xmlChar *) "EXSLT Result";
/*static const xmlChar *exsltResultDataID = (const xmlChar *) "EXSLT Result";*/
/**
* exsltFuncRegisterFunc: