From: etheisen Date: Sun, 4 Feb 1996 10:51:00 +0000 (+0000) Subject: Uncommented %expect. No longer needed as yacc now supports keyword. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ae3f3725aff619b6da992ecfbc58a2a5a0a6ee3e;p=openbsd Uncommented %expect. No longer needed as yacc now supports keyword. --- diff --git a/gnu/usr.bin/gcc/c-parse.in b/gnu/usr.bin/gcc/c-parse.in index 230926ffd47..044e4523249 100644 --- a/gnu/usr.bin/gcc/c-parse.in +++ b/gnu/usr.bin/gcc/c-parse.in @@ -28,10 +28,10 @@ Boston, MA 02111-1307, USA. */ written by AT&T, but I have never seen it. */ ifobjc -/* %expect 48 - OpenBSD comment out as Yacc doesn't support it. */ +%expect 48 end ifobjc ifc -/* %expect 34 - OpenBSD comment out as Yacc doesn't support it. */ +%expect 34 /* These are the 23 conflicts you should get in parse.output; the state numbers may vary if minor changes in the grammar are made.