* c-parse.in: Remove '%expect 32' directive in objc mode

From-SVN: r61940
This commit is contained in:
Gabriel Dos Reis 2003-01-28 01:56:32 +00:00 committed by Gabriel Dos Reis
parent 93239fdba0
commit 820e01bece
2 changed files with 4 additions and 3 deletions

View 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.

View 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