From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1022 invoked by alias); 22 Nov 2009 00:46:10 -0000 Received: (qmail 1014 invoked by uid 22791); 22 Nov 2009 00:46:09 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 22 Nov 2009 00:45:05 +0000 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NC0ZY-0007Vk-7E for gcc@gcc.gnu.org; Sun, 22 Nov 2009 01:45:00 +0100 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Nov 2009 01:45:00 +0100 Received: from bonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 22 Nov 2009 01:45:00 +0100 To: gcc@gcc.gnu.org From: Paolo Bonzini Subject: Re: i370 port - constructing compile script Date: Sun, 22 Nov 2009 00:46:00 -0000 Message-ID: References: <200910191419.n9JEJcvD023336@d12av02.megacenter.de.ibm.com> <20091112200557.GB25110@gmx.de> <4127BE7309294176811315EAA40B002B@Paullaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-3.9.b4.fc12 Lightning/1.0pre Thunderbird/3.0b4 In-Reply-To: <4127BE7309294176811315EAA40B002B@Paullaptop> X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-11/txt/msg00599.txt.bz2 On 11/13/2009 12:43 PM, Paul Edwards wrote: > I normally define PREFIX in a > common header file. However, this caused a conflict between > prefix.c and regex.c which both try to use this keyword. regex.c is forked from anything else, so I don't think a patch changing PREFIX to FUNC_PREFIX will have any objection. Paolo