mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
fixed a bug in merging public info from C modules. patch from Mark Vakoc
* doc/apibuild.py: fixed a bug in merging public info from C modules. * win32/Makefile.msvc win32/configure.js: patch from Mark Vakoc the iconv option to configure.js didn't work, and added zlib option needed when linking xsltproc statically Daniel
This commit is contained in:
@ -182,9 +182,6 @@ class index:
|
||||
if self.functions.has_key(id):
|
||||
up = idx.functions[id]
|
||||
self.functions[id].update(None, up.type, up.info, up.extra)
|
||||
else:
|
||||
if idx.functions[id].static == 0:
|
||||
self.functions[id] = idx.functions[id]
|
||||
|
||||
def analyze_dict(self, type, dict):
|
||||
count = 0
|
||||
|
Reference in New Issue
Block a user