Date: Sun, 16 Jan 2000 18:04:07 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/yacc skeleton.c Message-ID: <200001170204.SAA23391@freefall.freebsd.org>
index | next in thread | raw e-mail
bde 2000/01/16 18:04:07 PST
Modified files:
usr.bin/yacc skeleton.c
Log:
Fixed breakage of K&R support in rev.1.26. yyparse() was defined as
`int yyparse(;) ; { ... }' in K&R mode. Getting rid of the second
unwanted semicolon in this made the ifdef tangle more tangled than
before. Fixed a backwards comment in the tangle.
Revision Changes Path
1.28 +8 -8 src/usr.bin/yacc/skeleton.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001170204.SAA23391>
