From owner-cvs-src-old@FreeBSD.ORG Thu Nov 4 21:10:53 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65920106566B for ; Thu, 4 Nov 2010 21:10:53 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 37EB38FC1A for ; Thu, 4 Nov 2010 21:10:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oA4LAror021676 for ; Thu, 4 Nov 2010 21:10:53 GMT (envelope-from uqs@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA4LArv5021675 for cvs-src-old@freebsd.org; Thu, 4 Nov 2010 21:10:53 GMT (envelope-from uqs@repoman.freebsd.org) Message-Id: <201011042110.oA4LArv5021675@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to uqs@repoman.freebsd.org using -f From: Ulrich Spoerlein Date: Thu, 4 Nov 2010 10:53:50 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/lex flex.skl initscan.c src/usr.bin/yacc defs.h skeleton.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2010 21:10:53 -0000 uqs 2010-11-04 10:53:50 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/lex flex.skl initscan.c usr.bin/yacc defs.h skeleton.c Log: SVN rev 214779 on 2010-11-04 10:53:50Z by uqs MFC r200626,201289,213764,214272, syncing yacc and flex to -CURRENT r200626: remove external reference to not (or at least no longer) existing variable 'myname' r201289: 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. r213764: Don't define the input() function ifdef YY_NO_INPUT. This was previously done for the input() function. r214272: flex: add missing ifdef magic to create/hide prototypes This unbreaks build for some software with higher WARNS flags. Revision Changes Path 1.10.2.2 +24 -0 src/usr.bin/lex/flex.skl 1.10.2.2 +3 -3 src/usr.bin/lex/initscan.c 1.13.2.2 +0 -1 src/usr.bin/yacc/defs.h 1.39.2.2 +4 -0 src/usr.bin/yacc/skeleton.c