From: Gustavo André dos Santos Lopes Date: Sun, 22 Jul 2012 02:13:17 +0000 (+0200) Subject: Readded accidentally removed line X-Git-Tag: php-5.5.0alpha1~20^2~169^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2498c90c71980168b5b9ac2fa006340b9460b1f2;p=php Readded accidentally removed line --- diff --git a/ext/intl/dateformat/dateformat.h b/ext/intl/dateformat/dateformat.h index a5a747328f..f11918b79f 100755 --- a/ext/intl/dateformat/dateformat.h +++ b/ext/intl/dateformat/dateformat.h @@ -40,5 +40,6 @@ These are not necessary at this point of time #define CALENDAR_YEAR "tm_year" #define CALENDAR_WDAY "tm_wday" #define CALENDAR_YDAY "tm_yday" +#define CALENDAR_ISDST "tm_isdst" #endif // DATE_FORMATTER_H