summaryrefslogtreecommitdiff
path: root/ext/intl/msgformat/msgformat_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/msgformat/msgformat_data.h')
-rw-r--r--ext/intl/msgformat/msgformat_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/msgformat/msgformat_data.h b/ext/intl/msgformat/msgformat_data.h
index 51d7687a3a..188e6580f7 100644
--- a/ext/intl/msgformat/msgformat_data.h
+++ b/ext/intl/msgformat/msgformat_data.h
@@ -30,7 +30,7 @@ typedef struct {
// formatter handling
UMessageFormat* umsgf;
char* orig_format;
- ulong orig_format_len;
+ php_uint_t orig_format_len;
HashTable* arg_types;
int tz_set; /* if we've already the time zone in sub-formats */
} msgformat_data;