OSDN Git Service

* c-parse.in: Remove '%expect 32' directive in objc mode
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2003 01:56:32 +0000 (01:56 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Jan 2003 01:56:32 +0000 (01:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61940 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-parse.in

index bb0804f..84ceb1b 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 72ca4fe..72fbb68 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