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

From-SVN: r61903
This commit is contained in:
Gabriel Dos_Reis 2003-01-28 00:17:14 +01:00 committed by Gabriel Dos Reis
parent d9ac64cdd3
commit 51a9144398
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-01-27 Gabriel Dos_Reis <gdosreis@sophia.inria.fr>
* c-parse.in: Remove '%expect 31' directive in objc mode.
2003-01-27 Richard Earnshaw <rearnsha@arm.com>
* function.c (purge_addressof_1): After pushing anaddressed register

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 31 /* shift/reduce conflicts, and 1 reduce/reduce conflict. */
end ifobjc
ifc
%expect 10 /* shift/reduce conflicts, and no reduce/reduce conflicts. */
end ifc