On Sat, Nov 06, 2010 at 12:50:36AM +0100, Nick Wellnhofer wrote:
> Here are some of my smaller patches rebased against trunk and
> formatted with git format-patch. I don't really remember about all
> of them, but I think they should be safe to apply. The fix for bug
> #602515 is also included.
>
[...]
> diff --git a/libxslt/numbersInternals.h b/libxslt/numbersInternals.h
> index 7b3cb17..83f7d4f 100644
> --- a/libxslt/numbersInternals.h
> +++ b/libxslt/numbersInternals.h
> @@ -17,6 +17,8 @@
> extern "C" {
> #endif
>
> +struct _xsltCompMatch;
> +
> /**
> * xsltNumberData:
> *
> @@ -27,8 +29,6 @@ typedef xsltNumberData *xsltNumberDataPtr;
>
> struct _xsltNumberData {
> const xmlChar *level;
> - const xmlChar *count;
> - const xmlChar *from;
> const xmlChar *value;
> const xmlChar *format;
> int has_format;
Thanks Nick,
I reviewed and applied the set, I just changed the above, we cannot
remove those fields from a public structure, so I left them and the
code initializing them in place, but at runtime evaluation uses your
precompiled structures. So everything pushed to git now,
thanks a lot !
Daniel
--
Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/
[email protected] | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library http://libvirt.org/
_______________________________________________
xslt mailing list, project page http://xmlsoft.org/XSLT/
[email protected]
http://mail.gnome.org/mailman/listinfo/xslt