summaryrefslogtreecommitdiff
path: root/lib/xmlrole.h
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2002-09-20 03:42:43 +0000
committerkwaclaw <kwaclaw>2002-09-20 03:42:43 +0000
commit794aec9c7b1628697d56e93a73c2563e1ecb7ae7 (patch)
tree329d4809d55d9dc921a2c87bfda2309661628839 /lib/xmlrole.h
parente67590e0ebc2781f80dd4c6d341462d0a2ea7fcf (diff)
downloadlibexpat-794aec9c7b1628697d56e93a73c2563e1ecb7ae7.tar.gz
Changed calling convention macros to differentiate between
different types of function calls - see comments in internal.h.
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 281aba0..0e54762 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 (PTRCALL *handler) (struct prolog_state *state,
int tok,
const char *ptr,
const char *end,