From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22128 invoked by alias); 28 Mar 2003 01:41:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22121 invoked from network); 28 Mar 2003 01:41:29 -0000 Received: from unknown (HELO planck.amplepower.com) (216.39.162.139) by sources.redhat.com with SMTP; 28 Mar 2003 01:41:29 -0000 Received: from [192.168.8.30] (helo=knuth.amplepower.com ident=roth) by planck.amplepower.com with esmtp (Exim 3.36 #1 (Debian)) id 18ykaR-0001ll-00 for ; Thu, 27 Mar 2003 19:31:23 -0800 Date: Fri, 28 Mar 2003 01:41:00 -0000 From: "Theodore A. Roth" X-X-Sender: roth@knuth.amplepower.com cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] add some missing semi-colons In-Reply-To: <3E83A686.4070809@redhat.com> Message-ID: References: <3E83A686.4070809@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2003-03/txt/msg00563.txt.bz2 On Thu, 27 Mar 2003, Andrew Cagney wrote: :) > 2003-03-27 Theodore A. Roth :) > :) > * gdb/objc-exp.y: Add missing semi-colons. :) > :) :) (dejavu ...) :) :) 2002-11-06 Theodore A. Roth :) :) * c-exp.y: Add missing semi-colons. :) * f-exp.y: Add missing semi-colons. :) * m2-exp.y: Add missing semi-colons. :) * p-exp.y: Add missing semi-colons. :) Add empty action to start rule to avoid a type clash error when :) building with bison >= 1.50. :) :) yep, yes, definitly. :) :) Andrew Committed. Ted Roth