]> granicus.if.org Git - php/commitdiff
Added name for enum, hopefully fixing the win32 build.
authorWez Furlong <wez@php.net>
Thu, 5 Jul 2001 09:55:13 +0000 (09:55 +0000)
committerWez Furlong <wez@php.net>
Thu, 5 Jul 2001 09:55:13 +0000 (09:55 +0000)
ext/calendar/calendar.c

index 7c06d393fb6b6d1bab9c2f2ed740ab826d7a9b14..fbb043c7328f395b35967d7b4e5c06c4342e752a 100644 (file)
@@ -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,