svn commit: r201289 - in head/usr.bin: lex yacc

Roman Divacky rdivacky at FreeBSD.org
Thu Dec 31 08:36:54 UTC 2009


On Wed, Dec 30, 2009 at 10:46:09PM +0000, Ed Schouten wrote:
> Author: ed
> Date: Wed Dec 30 22:46:08 2009
> New Revision: 201289
> URL: http://svn.freebsd.org/changeset/base/201289
> 
> Log:
>   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.
> 
> Modified:
>   head/usr.bin/lex/flex.skl
>   head/usr.bin/lex/initscan.c
>   head/usr.bin/yacc/skeleton.c

yacc update is in progress.


More information about the svn-src-head mailing list