diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/c-parse.in | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb0804f..84ceb1b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 72ca4fe..72fbb68 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -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 |
