mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
fixed a problem in the generator where the way functions are remapped as
* python/generator.py: fixed a problem in the generator where the way functions are remapped as methods on classes was not symetric and dependant on python internal hash order, as reported by Stphane Bidoul * libexslt/strings.c: attempt at fixing an object type pbm * libxslt/triodef.h: update for OpenVMS from libxml2 Daniel
This commit is contained in:
@ -741,8 +741,6 @@ def buildWrappers():
|
||||
func = nameFixup(name, classe, type, file)
|
||||
info = (2, func, name, ret, args, file)
|
||||
function_classes[classe].append(info)
|
||||
if found == 1:
|
||||
break
|
||||
if found == 1:
|
||||
continue
|
||||
if name[0:8] == "xmlXPath":
|
||||
|
@ -207,6 +207,7 @@ Class stylesheet()
|
||||
parseTemplateContent()
|
||||
|
||||
# functions from module xsltutils
|
||||
printErrorContext()
|
||||
saveResultToFd()
|
||||
saveResultToFile()
|
||||
saveResultToFilename()
|
||||
|
Reference in New Issue
Block a user