File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- /* Generated by re2c 0.13.5 on Sun Mar 31 10:48:17 2013 */
1
+ /* Generated by re2c 0.13.5 on Wed Nov 27 11:14:23 2013 */
2
2
#line 1 "ext/date/lib/parse_iso_intervals.re"
3
3
/*
4
4
+----------------------------------------------------------------------+
@@ -380,7 +380,7 @@ static int scan(Scanner *s)
380
380
break ;
381
381
}
382
382
ptr ++ ;
383
- } while (* ptr );
383
+ } while (! s -> errors -> error_count && * ptr );
384
384
s -> have_period = 1 ;
385
385
TIMELIB_DEINIT ;
386
386
return TIMELIB_PERIOD ;
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ isoweek = year4 "-"? "W" weekofyear;
348
348
break ;
349
349
}
350
350
ptr ++ ;
351
- } while (* ptr );
351
+ } while (! s -> errors -> error_count && * ptr );
352
352
s -> have_period = 1 ;
353
353
TIMELIB_DEINIT ;
354
354
return TIMELIB_PERIOD ;
You can’t perform that action at this time.
0 commit comments