[Expat-checkins] expat/lib xmlrole.h,1.8,1.9
Karl Waclawek
kwaclaw@users.sourceforge.net
Thu, 05 Sep 2002 08:25:09 -0700
- Previous message: [Expat-checkins] expat configure.in,1.32,1.33
- Next message: [Expat-checkins]
expat/lib xmlparse.c,1.85,1.86 xmltok.c,1.23,1.24 xmltok.h,1.5,1.6
xmltok_impl.c,1.7,1.8 xmltok_ns.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv12806
Modified Files:
xmlrole.h
Log Message:
Make FASTCALL function pointer declaration compile under VC++.
Index: xmlrole.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlrole.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- xmlrole.h 5 Sep 2002 01:58:27 -0000 1.8
+++ xmlrole.h 5 Sep 2002 15:25:06 -0000 1.9
@@ -85,7 +85,7 @@
};
typedef struct prolog_state {
- int FASTCALL (*handler)(struct prolog_state *state,
+ int (FASTCALL *handler) (struct prolog_state *state,
int tok,
const char *ptr,
const char *end,
- Previous message: [Expat-checkins] expat configure.in,1.32,1.33
- Next message: [Expat-checkins]
expat/lib xmlparse.c,1.85,1.86 xmltok.c,1.23,1.24 xmltok.h,1.5,1.6
xmltok_impl.c,1.7,1.8 xmltok_ns.c,1.4,1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]