From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 619 invoked by alias); 16 Aug 2004 19:33:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 471 invoked from network); 16 Aug 2004 19:33:51 -0000 Received: from unknown (HELO mclean.mail.mindspring.net) (207.69.200.57) by sourceware.org with SMTP; 16 Aug 2004 19:33:51 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by mclean.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BwnEm-0003bv-00; Mon, 16 Aug 2004 15:33:44 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id BE7AD4B102; Mon, 16 Aug 2004 15:33:52 -0400 (EDT) Date: Mon, 16 Aug 2004 19:33:00 -0000 From: Michael Chastain To: kevinb@redhat.com, gdb@sources.redhat.com Subject: Re: Preprocessor symbol style Message-ID: <41210C1F.nailE1731D3P6@mindspring.com> References: <200408132202.i7DM1x5k012167@elgar.kettenis.dyndns.org> <20040816115800.5cc7d89f@saguaro> In-Reply-To: <20040816115800.5cc7d89f@saguaro> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00222.txt.bz2 These files, among others, already use #elif: bfd/bfdio.c since gdb 6.1 gdb/top.c since gdb 5.2.1 gdb/utils.c since gdb 4.17 So #elif is standard, and we're already using it! Safe as houses.