diff options
author | Wez Furlong <wez@php.net> | 2001-07-05 09:55:13 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2001-07-05 09:55:13 +0000 |
commit | 9b889bef19130d4940e4ee8944ffadc2652f9248 (patch) | |
tree | 476f17684a287dc972c209ae69dae6c1dfcacb4c /ext/calendar | |
parent | 832fe2e636cc8e587f222a04d11238e293d654d6 (diff) | |
download | php-git-9b889bef19130d4940e4ee8944ffadc2652f9248.tar.gz |
Added name for enum, hopefully fixing the win32 build.
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/calendar.c | 2 |
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, |