diff options
| author | Derick Rethans <derick@php.net> | 2003-08-17 11:48:29 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2003-08-17 11:48:29 +0000 |
| commit | cd2540373fca12adb60a89e75c446ca16f3f38cb (patch) | |
| tree | e116173004aacdbf7f92f306bcd423e5938195db | |
| parent | 2a216c1f361662695f9f86d8b110f696c2965d54 (diff) | |
| download | php-git-cd2540373fca12adb60a89e75c446ca16f3f38cb.tar.gz | |
- This parser contains 17 reduce conflicts
| -rw-r--r-- | ext/standard/parsedate.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/parsedate.y b/ext/standard/parsedate.y index 44af0adff3..b1063cd3ae 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -151,7 +151,7 @@ typedef union _date_ll { %} /* This grammar has 14 shift/reduce conflicts. */ -%expect 14 +%expect 17 %pure_parser %token tAGO tDAY tDAY_UNIT tDAYZONE tDST tHOUR_UNIT tID |
