diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 10:25:57 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-05-18 10:25:57 -0400 |
commit | c4c1f6d58b582cf4fcfbf2e61450dbddb46777ba (patch) | |
tree | 5e2ae6d0be80fa5e98a5bac95d0667290cb0cefb /gcc/c-parse.in | |
parent | 50a5849f2d457698e77907be065485726c9adb7a (diff) | |
download | gcc-c4c1f6d58b582cf4fcfbf2e61450dbddb46777ba.zip gcc-c4c1f6d58b582cf4fcfbf2e61450dbddb46777ba.tar.gz gcc-c4c1f6d58b582cf4fcfbf2e61450dbddb46777ba.tar.bz2 |
Update number of shift/reduce conflicts for objc.
From-SVN: r12023
Diffstat (limited to 'gcc/c-parse.in')
-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 a5223cd..11db40f 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -1,5 +1,5 @@ /* YACC parser for C syntax and for Objective C. -*-c-*- - Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-5, 1996 Free Software Foundation, Inc. This file is part of GNU CC. @@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */ written by AT&T, but I have never seen it. */ ifobjc -%expect 48 +%expect 52 end ifobjc ifc %expect 34 |