Browse Source

- Fixed expected shift/reduce conflict count nu,ber

PEAR_1_4DEV
Derick Rethans 23 years ago
parent
commit
95659890ba
  1. 4
      ext/standard/parsedate.y

4
ext/standard/parsedate.y

@ -151,8 +151,8 @@ typedef union _date_ll {
static int yylex (YYSTYPE *lvalp, void *parm);
%}
/* This grammar has 24 shift/reduce conflicts. */
%expect 36
/* This grammar has 56 shift/reduce conflicts. */
%expect 56
%pure_parser
%token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID tTZONE tWZONE tZZONE

Loading…
Cancel
Save