From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Renumber IFLAGSs so the first 8 are reserved for lisp booleans. Date: Sat, 27 Mar 2010 12:56:01 -0400 Message-ID: <20100327165600.GB9481@fibril.netris.org> References: <20100327161417.GA9481@fibril.netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1269709057 29759 80.91.229.12 (27 Mar 2010 16:57:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 27 Mar 2010 16:57:37 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Mar 27 17:57:33 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NvZKE-0005e2-1e for guile-devel@m.gmane.org; Sat, 27 Mar 2010 17:57:30 +0100 Original-Received: from localhost ([127.0.0.1]:34094 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvZKD-0002Rx-IR for guile-devel@m.gmane.org; Sat, 27 Mar 2010 12:57:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NvZIz-0000ov-K6 for guile-devel@gnu.org; Sat, 27 Mar 2010 12:56:13 -0400 Original-Received: from [140.186.70.92] (port=43383 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NvZIv-0000jA-L0 for guile-devel@gnu.org; Sat, 27 Mar 2010 12:56:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NvZIu-0004Am-DS for guile-devel@gnu.org; Sat, 27 Mar 2010 12:56:09 -0400 Original-Received: from world.peace.net ([216.204.32.208]:55370) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NvZIu-0004AW-88 for guile-devel@gnu.org; Sat, 27 Mar 2010 12:56:08 -0400 Original-Received: from localhost ([127.0.0.1] helo=fibril.netris.org ident=hope6) by world.peace.net with esmtp (Exim 4.69) (envelope-from ) id 1NvZIn-0000ve-UB; Sat, 27 Mar 2010 12:56:02 -0400 Content-Disposition: inline In-Reply-To: <20100327161417.GA9481@fibril.netris.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10093 Archived-At: I wrote: > I confess that I haven't yet tested this patch, but it's so trivial > that it must work *grin*. Ugh, sorry folks. I should've known better than to post an untested patch, and in fact it doesn't compile. A better patch will come soon, but only *after* I compile and test it :) Apologies... Mark