From 2498c90c71980168b5b9ac2fa006340b9460b1f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Sun, 22 Jul 2012 04:13:17 +0200 Subject: [PATCH] Readded accidentally removed line --- ext/intl/dateformat/dateformat.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1