1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-07 12:21:17 +03:00

more bug-hunting added --tree to dump the intermediate rng tree patch from

* relaxng.c: more bug-hunting
* testRelax.c include/libxml/relaxng.h: added --tree to dump the
  intermediate rng tree
* python/generator.py: patch from Stephane Bidoul to fix the generator
  on python < 2.2
Daniel
This commit is contained in:
Daniel Veillard
2003-02-16 15:44:18 +00:00
parent d2298791af
commit febcca40d4
5 changed files with 148 additions and 50 deletions

View File

@ -1089,7 +1089,7 @@ def buildWrappers():
if reference_keepers.has_key(tclass):
list = reference_keepers[tclass]
for pref in list:
if pref[0] == ref[0]:
if pref[0] == classname:
classes.write(" __tmp.%s = self\n" %
pref[1])
#