From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5175 invoked by alias); 28 Jan 2010 04:48:04 -0000 Received: (qmail 5160 invoked by uid 22791); 28 Jan 2010 04:48:03 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_20,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; Thu, 28 Jan 2010 04:48:00 +0000 Received: by sebabeach.org (Postfix, from userid 500) id 5CC476E3DC; Wed, 27 Jan 2010 20:47:38 -0800 (PST) From: Doug Evans To: cgen@sourceware.org Subject: [commit] replace $pmacro with %pmacro Message-Id: <20100128044746.5CC476E3DC@sebabeach.org> Date: Thu, 28 Jan 2010 04:48:00 -0000 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: 2010-q1/txt/msg00009.txt.bz2 Hi. After staring at $pmacros for awhile I decided I didn't like them, they blend in too well with the $ in assembler syntax. $pmacros weren't actually supported yet, so changing now is easy. %pmacros aren't supported yet either, one step at a time. 2010-01-27 Doug Evans * pmacros.scm: Follow commenting convention. Replace change to $pmacro to %pmacro. $pmacro is confusing with $ in assembler syntax. (/pmacro-orig-prefix, /pmacro-prefix): New globals.