After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335603 - make xmlIsPubidChar_tab const
make xmlIsPubidChar_tab const
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other All
: Normal enhancement
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-23 03:35 UTC by Jason Allen
Modified: 2006-03-26 22:52 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
proposed patch (3.53 KB, patch)
2006-03-23 03:37 UTC, Jason Allen
none Details | Review

Description Jason Allen 2006-03-23 03:35:04 UTC
It seems the xmlIsPubidChar_tab in chvalid.c can be made const and moved into 
the .rodata
Comment 1 Jason Allen 2006-03-23 03:37:18 UTC
Created attachment 61820 [details] [review]
proposed patch

Modified genChRange.py and regenerated files. Removal of #include and rptr check not anything I did.
Comment 2 Daniel Veillard 2006-03-26 22:52:55 UTC
Hum ... there is more diff to the resulting file than just what was
changed in th .py generator, so I had to update the generator and
regenerate. Otherwise this is good, yes, I commited this,

  thanks

Daniel