1
0
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:
Daniel Veillard
2002-12-12 00:19:02 +00:00
parent cee0667970
commit 03fd8d0fcc
4 changed files with 18 additions and 4 deletions

View File

@ -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