Browse Source

'Fix' for bison 1.875.

PEAR_1_4DEV
Sebastian Bergmann 23 years ago
parent
commit
8dd6cded76
  1. 2
      ext/standard/parsedate.y

2
ext/standard/parsedate.y

@ -151,7 +151,7 @@ typedef union _date_ll {
%}
/* This grammar has 21 shift/reduce conflicts. */
%expect 21
/* %expect 21 */
%pure_parser
%token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID tTZONE tZZONE

Loading…
Cancel
Save