]> granicus.if.org Git - libexpat/commitdiff
Make FASTCALL function pointer declaration compile under VC++.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 5 Sep 2002 15:25:06 +0000 (15:25 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Thu, 5 Sep 2002 15:25:06 +0000 (15:25 +0000)
expat/lib/xmlrole.h

index 9a7203c4b0258b4654635227d7774f911c4fd07d..281aba04811a267240aae86b91913a35287ac8f1 100644 (file)
@@ -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,