From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23831 invoked by alias); 13 Jul 2009 21:36:40 -0000 Received: (qmail 23822 invoked by uid 22791); 13 Jul 2009 21:36:40 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: sourceware.org Received: from sebabeach.org (HELO sebabeach.org) (64.165.110.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 13 Jul 2009 21:36:33 +0000 Received: from sspiff.sspiff.org (seba.sebabeach.org [10.8.159.10]) by sebabeach.org (Postfix) with ESMTP id 0831B6E3CE for ; Mon, 13 Jul 2009 14:36:29 -0700 (PDT) Message-ID: <4A5BA8DD.1070400@sebabeach.org> Date: Mon, 13 Jul 2009 21:36:00 -0000 From: Doug Evans User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: cgen@sourceware.org Subject: Re: New pmacros References: <20090713210232.2E9A06E3D1@sebabeach.org> In-Reply-To: <20090713210232.2E9A06E3D1@sebabeach.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00023.txt.bz2 Doug Evans wrote: > I kinda wonder whether .foo is sufficiently dissimilar from foo > to avoid problems. > "p-foo" (or some such) may be a sufficiently better choice to > warrant switching. > > Of course the other way to go, that may be sufficient, is to use +, -, ==, !=, &&, ||, etc. (where possible). One would then have to debate = vs ==. 1/2 :-) I don't have a strong opinion, other than wanting to avoid an issue if there is indeed one.