From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15205 invoked by alias); 14 May 2002 21:31:41 -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 15175 invoked from network); 14 May 2002 21:31:40 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 14 May 2002 21:31:40 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id 080C75EA11; Tue, 14 May 2002 16:31:38 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: coding style tweaks References: <20020514000203.B09085EA11@zwingli.cygnus.com> From: Jim Blandy Date: Tue, 14 May 2002 14:31:00 -0000 In-Reply-To: <20020514000203.B09085EA11@zwingli.cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00565.txt.bz2 I've committed these, as obvious fixes. Jim Blandy writes: > 2002-05-13 Jim Blandy > > * macroexp.c (init_buffer, gather_arguments, expand): Use NULL, not 0. > * macrotab.c (macro_lookup_inclusion, find_definition, > new_macro_table): Same. > > * macroexp.c (currently_rescanning, expand): Use `strcmp () == 0', > not `! strcmp ()'. This is a dubious improvement. > * macrotab.c (macro_lookup_inclusion, find_definition): Same. > > * macrotab (macro_lookup_inclusion): Initialize `best_depth', > although it's not necessary, to avoid a warning.