1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Added name for enum, hopefully fixing the win32 build.

This commit is contained in:
Wez Furlong
2001-07-05 09:55:13 +00:00
parent 832fe2e636
commit 9b889bef19

View 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,