Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2009 22:46:08 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/lex flex.skl initscan.c src/usr.bin/yacc skeleton.c
Message-ID:  <200912302246.nBUMkVD3053202@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-12-30 22:46:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/lex          flex.skl initscan.c 
    usr.bin/yacc         skeleton.c 
  Log:
  SVN rev 201289 on 2009-12-30 22:46:08Z by ed
  
  Let both yacc and lex generate code that passes -Wold-style-definition.
  
  Both these tools emit code where several functions have no `void'
  keyword placed in the arugment list when the function has no arguments.
  
  Revision  Changes    Path
  1.11      +3 -3      src/usr.bin/lex/flex.skl
  1.11      +3 -3      src/usr.bin/lex/initscan.c
  1.40      +4 -0      src/usr.bin/yacc/skeleton.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912302246.nBUMkVD3053202>