diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-03-31 04:56:03 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-03-31 04:56:03 +0000 |
commit | 633344117da42400851635ede8dd4464fb125ae7 (patch) | |
tree | 27f35865cd1fe616c932f16811bd4f01c266e16b /usr.bin/yacc/mkpar.c | |
parent | 66416e15911955f5e0ef86b19dff8fbceb46c755 (diff) |
Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.
NetBSD's byacc %expect mods are buggy and don't handle syntax or semantic
errors. Additionally, they do not mimic the BISON behavior they try to
emulate. Our local OpenBSD %expect mods are much better.
Diffstat (limited to 'usr.bin/yacc/mkpar.c')
-rw-r--r-- | usr.bin/yacc/mkpar.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/yacc/mkpar.c b/usr.bin/yacc/mkpar.c index b66784be599..34df17afc77 100644 --- a/usr.bin/yacc/mkpar.c +++ b/usr.bin/yacc/mkpar.c @@ -1,5 +1,7 @@ +/* $OpenBSD: mkpar.c,v 1.3 1996/03/31 04:56:02 etheisen Exp $ */ + #ifndef lint -static char rcsid[] = "$Id: mkpar.c,v 1.2 1996/02/04 08:37:01 etheisen Exp $"; +static char rcsid[] = "$Id: mkpar.c,v 1.3 1996/03/31 04:56:02 etheisen Exp $"; #endif /* not lint */ #include "defs.h" |