From: Karl Waclawek Date: Thu, 5 Sep 2002 15:25:06 +0000 (+0000) Subject: Make FASTCALL function pointer declaration compile under VC++. X-Git-Tag: R_1_95_5~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6483b5cbddaf2ce43a1514ef538fc3f39c0bd754;p=libexpat Make FASTCALL function pointer declaration compile under VC++. --- diff --git a/expat/lib/xmlrole.h b/expat/lib/xmlrole.h index 9a7203c4..281aba04 100644 --- a/expat/lib/xmlrole.h +++ b/expat/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,