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>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001170204.SAA23391>
