summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/calendar/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c
index 7c06d393fb..fbb043c732 100644
--- a/ext/calendar/calendar.c
+++ b/ext/calendar/calendar.c
@@ -68,7 +68,7 @@ ZEND_GET_MODULE(calendar)
#endif
/* this order must match the conversion table below */
-enum {
+enum cal_name_type_t {
CAL_GREGORIAN = 0,
CAL_JULIAN,
CAL_JEWISH,