diff options
author | Doug Evans <dje@gnu.org> | 1995-04-13 23:57:25 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-04-13 23:57:25 +0000 |
commit | 6353cbd59dcd174f38f8a8a8b90018d50438f4bc (patch) | |
tree | 614ef243c0e257ae0b3216055ddf1a72745306d8 /gcc | |
parent | 0f2101cc2800ec3488b055ac5307b7e1a1f25dd9 (diff) | |
download | gcc-6353cbd59dcd174f38f8a8a8b90018d50438f4bc.zip gcc-6353cbd59dcd174f38f8a8a8b90018d50438f4bc.tar.gz gcc-6353cbd59dcd174f38f8a8a8b90018d50438f4bc.tar.bz2 |
(update expected conflict count)
From-SVN: r9377
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-parse.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 0f8cda1..318601e 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -27,10 +27,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ written by AT&T, but I have never seen it. */ ifobjc -%expect 35 +%expect 40 end ifobjc ifc -%expect 27 +%expect 28 /* These are the 23 conflicts you should get in parse.output; the state numbers may vary if minor changes in the grammar are made. |