diff options
| author | Derick Rethans <derick@php.net> | 2003-08-17 11:49:18 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2003-08-17 11:49:18 +0000 |
| commit | fe7bb977377fcef36ca902075457f9d6fbb55f04 (patch) | |
| tree | e2c9b90cdf5e3fbf47dd5990eb28b154be3ec1e7 | |
| parent | cd2540373fca12adb60a89e75c446ca16f3f38cb (diff) | |
| download | php-git-fe7bb977377fcef36ca902075457f9d6fbb55f04.tar.gz | |
- Fix the comment too
| -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 b1063cd3ae..92a750d0e2 100644 --- a/ext/standard/parsedate.y +++ b/ext/standard/parsedate.y @@ -150,7 +150,7 @@ typedef union _date_ll { %} -/* This grammar has 14 shift/reduce conflicts. */ +/* This grammar has 17 shift/reduce conflicts. */ %expect 17 %pure_parser |
