From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 20 21:41:05 2007 Return-Path: Delivered-To: hackers@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637B416A418 for ; Thu, 20 Dec 2007 21:41:05 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0E17E13C448 for ; Thu, 20 Dec 2007 21:41:04 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id lBKLaKJq023403; Thu, 20 Dec 2007 14:36:20 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 20 Dec 2007 14:39:17 -0700 (MST) Message-Id: <20071220.143917.635806033.imp@bsdimp.com> To: dds@aueb.gr From: "M. Warner Losh" In-Reply-To: <476AE053.5060103@aueb.gr> References: <20071219.232511.-1548301831.imp@bsdimp.com> <476AE053.5060103@aueb.gr> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: hackers@FreeBSD.ORG Subject: Re: Some diffs X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2007 21:41:05 -0000 In message: <476AE053.5060103@aueb.gr> Diomidis Spinellis writes: : M. Warner Losh wrote: : > And the last, rather long, patch converts the .y in config to a form : > that more versions of yacc would grok. : > : > Comments? : [...] : > - INCLUDE ID SEMICOLON : > - = { : > + INCLUDE ID SEMICOLON { : [...] : : The = { way for specifying yacc actions is item 5 in yacc's Appendix D : titled "Old Features Supported but not Encouraged" in the Seventh : Edition Unix Programmer's Manual (January, 1979). I believe it's now : time to make the switch. Thanks! We can't switch until the feature has been deprecated for 30 years or more, right? Warner