artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505b2ec
)
Uncommented %expect. No longer needed as yacc now supports keyword.
author
etheisen
<etheisen@openbsd.org>
Sun, 4 Feb 1996 10:51:00 +0000
(10:51 +0000)
committer
etheisen
<etheisen@openbsd.org>
Sun, 4 Feb 1996 10:51:00 +0000
(10:51 +0000)
gnu/usr.bin/gcc/c-parse.in
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/c-parse.in
b/gnu/usr.bin/gcc/c-parse.in
index
230926f
..
044e452
100644
(file)
--- 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.