Uncommented %expect. No longer needed as yacc now supports keyword.
authoretheisen <etheisen@openbsd.org>
Sun, 4 Feb 1996 10:51:00 +0000 (10:51 +0000)
committeretheisen <etheisen@openbsd.org>
Sun, 4 Feb 1996 10:51:00 +0000 (10:51 +0000)
gnu/usr.bin/gcc/c-parse.in

index 230926f..044e452 100644 (file)
@@ -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.