diff options
| author | Anatol Belski <ab@php.net> | 2014-08-26 10:40:47 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-08-26 10:40:47 +0200 |
| commit | c2cb2cb9f8f6f9b30cb3965d474c3a2d3348f572 (patch) | |
| tree | bfa5a4a2899a8d484955fe34d0a6e920d94b56da /ext/date/lib/parse_date.c | |
| parent | 3b75f96569e268ffab24f35e892345daaae7f086 (diff) | |
| download | php-git-c2cb2cb9f8f6f9b30cb3965d474c3a2d3348f572.tar.gz | |
regenerated date parsers
Diffstat (limited to 'ext/date/lib/parse_date.c')
| -rw-r--r-- | ext/date/lib/parse_date.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/date/lib/parse_date.c b/ext/date/lib/parse_date.c index f1334e7826..6c4819bde8 100644 --- a/ext/date/lib/parse_date.c +++ b/ext/date/lib/parse_date.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.13.5 on Tue Aug 19 08:27:07 2014 */ +/* Generated by re2c 0.13.5 on Tue Aug 26 10:40:19 2014 */ #line 1 "ext/date/lib/parse_date.re" /* +----------------------------------------------------------------------+ @@ -25193,7 +25193,7 @@ void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options) */ } -char *timelib_timezone_id_from_abbr(const char *abbr, long gmtoffset, int isdst) +char *timelib_timezone_id_from_abbr(const char *abbr, timelib_long gmtoffset, int isdst) { const timelib_tz_lookup_table *tp; |
