mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
removed some annoying warnings fixed a bug in the PubidChars definition,
* check-xml-test-suite.py: removed some annoying warnings * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug in the PubidChars definition, regenerated, there is still a bug left somewhere * genChRanges.py: save the header directly in include/libxml/ * configure.in: I generated a 2.6.0beta6 earlier today Daniel
This commit is contained in:
@@ -201,9 +201,9 @@ for line in defines.readlines():
|
||||
# Generate the headings:
|
||||
#
|
||||
try:
|
||||
header = open("chvalid.h", "w")
|
||||
header = open("include/libxml/chvalid.h", "w")
|
||||
except:
|
||||
print "Failed to open chvalid.h"
|
||||
print "Failed to open include/libxml/chvalid.h"
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user