K 10 svn:author V 3 bde K 8 svn:date V 27 2000-01-17T02:04:06.000000Z K 7 svn:log V 253 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. END