From ae3f3725aff619b6da992ecfbc58a2a5a0a6ee3e Mon Sep 17 00:00:00 2001 From: etheisen Date: Sun, 4 Feb 1996 10:51:00 +0000 Subject: [PATCH] Uncommented %expect. No longer needed as yacc now supports keyword. --- gnu/usr.bin/gcc/c-parse.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.20.1