* c-parse.in: Remove '%expect 32' directive in objc mode
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Tue, 28 Jan 2003 01:56:32 +0000 (01:56 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 28 Jan 2003 01:56:32 +0000 (01:56 +0000)
From-SVN: r61940

gcc/ChangeLog
gcc/c-parse.in

index bb0804fbdfa6ea8ccea52d84f6fc9b2e0b96a6ff..84ceb1b4fc9e2fe988c83863a2f4c220483bc2f1 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
+
+       * c-parse.in: Remove '%expect 32' directive in objc mode.
+
 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
 
        * Makefile.in (LIB2FUNCS_ST): Remove _gcov.
index 72ca4fe287bc2fd156a53b5056af3a0443591859..72fbb68ebba4774614503f7d557c98951c8bc21a 100644 (file)
@@ -28,9 +28,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 /* To whomever it may concern: I have heard that such a thing was once
    written by AT&T, but I have never seen it.  */
 
-ifobjc
-%expect 32 /* shift/reduce conflicts, and 1 reduce/reduce conflict.  */
-end ifobjc
 ifc
 %expect 10 /* shift/reduce conflicts, and no reduce/reduce conflicts.  */
 end ifc