[Expat-checkins] expat/lib expat.h,1.45,1.46
Fred L. Drake
fdrake@users.sourceforge.net
Wed Nov 27 03:31:25 2002
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv28201
Modified Files:
expat.h
Log Message:
The feature name pointers should be marked const. This reportedly
avoids some warnings on HP-UX using the aCC compiler.
Closes SF bug #644461.
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- expat.h 12 Nov 2002 21:44:18 -0000 1.45
+++ expat.h 27 Nov 2002 03:31:23 -0000 1.46
@@ -886,7 +886,7 @@
typedef struct {
enum XML_FeatureEnum feature;
- XML_LChar *name;
+ const XML_LChar *name;
long int value;
} XML_Feature;
More information about the Expat-checkins
mailing list