aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2003-01-28 01:56:32 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2003-01-28 01:56:32 +0000
commit820e01becea1f3027a3259ac58f1bf9d8b2f4ef0 (patch)
treeaf95eff4aadfad80780d9e858a3c7d980fb47989 /gcc
parent93239fdba003d352d9e3d15593a73d481fcbd4c5 (diff)
downloadgcc-820e01becea1f3027a3259ac58f1bf9d8b2f4ef0.zip
gcc-820e01becea1f3027a3259ac58f1bf9d8b2f4ef0.tar.gz
gcc-820e01becea1f3027a3259ac58f1bf9d8b2f4ef0.tar.bz2
* c-parse.in: Remove '%expect 32' directive in objc mode
From-SVN: r61940
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-parse.in3
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