summaryrefslogtreecommitdiff
path: root/lib/xmlrole.h
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2002-09-05 15:25:06 +0000
committerkwaclaw <kwaclaw>2002-09-05 15:25:06 +0000
commit4f92fd7a06a93e8d3e2eebf3d1ad4d4784cb097a (patch)
tree72cd75448645ca431db2bbb5bd49e231b705da1c /lib/xmlrole.h
parent0a5f06bec18b7dfb766aceac0c46ed04caa3e534 (diff)
downloadlibexpat-4f92fd7a06a93e8d3e2eebf3d1ad4d4784cb097a.tar.gz
Make FASTCALL function pointer declaration compile under VC++.
Diffstat (limited to 'lib/xmlrole.h')
-rw-r--r--lib/xmlrole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmlrole.h b/lib/xmlrole.h
index 9a7203c..281aba0 100644
--- a/lib/xmlrole.h
+++ b/lib/xmlrole.h
@@ -85,7 +85,7 @@ enum {
};
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,