Commit 820e01be by Gabriel Dos Reis Committed by Gabriel Dos Reis

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

From-SVN: r61940
parent 93239fdb
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment