From: Wez Furlong Date: Thu, 5 Jul 2001 09:55:13 +0000 (+0000) Subject: Added name for enum, hopefully fixing the win32 build. X-Git-Tag: PRE_TSRM_MERGE_PATCH~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b889bef19130d4940e4ee8944ffadc2652f9248;p=php Added name for enum, hopefully fixing the win32 build. --- 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,