From owner-svn-src-all@FreeBSD.ORG Thu Dec 31 08:36:54 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75F51106566C; Thu, 31 Dec 2009 08:36:54 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 28ADC8FC14; Thu, 31 Dec 2009 08:36:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9890F9CB08A; Thu, 31 Dec 2009 09:34:23 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M63E3rQes4zD; Thu, 31 Dec 2009 09:34:21 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 270BB9CB147; Thu, 31 Dec 2009 09:34:21 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id nBV8YLlO044670; Thu, 31 Dec 2009 09:34:21 +0100 (CET) (envelope-from rdivacky) Date: Thu, 31 Dec 2009 09:34:21 +0100 From: Roman Divacky To: Ed Schouten Message-ID: <20091231083420.GA44599@freebsd.org> References: <200912302246.nBUMk9Ta075013@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200912302246.nBUMk9Ta075013@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r201289 - in head/usr.bin: lex yacc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Dec 2009 08:36:54 -0000 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.