From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: [PATCH] Declare `GC_dump' ourselves if doesn't. Date: Sun, 17 Jan 2010 22:01:06 +0000 Message-ID: <8763709ysd.fsf@ossau.uklinux.net> References: <87zl4nmmpl.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1263765708 10900 80.91.229.12 (17 Jan 2010 22:01:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Jan 2010 22:01:48 +0000 (UTC) Cc: bug-guile@gnu.org, Thien-Thi Nguyen To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sun Jan 17 23:01:40 2010 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWdBj-0001J5-E1 for guile-bugs@m.gmane.org; Sun, 17 Jan 2010 23:01:39 +0100 Original-Received: from localhost ([127.0.0.1]:47328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWdBk-0008JI-8q for guile-bugs@m.gmane.org; Sun, 17 Jan 2010 17:01:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NWdBe-0008JD-Sk for bug-guile@gnu.org; Sun, 17 Jan 2010 17:01:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NWdBY-0008Ig-Nn for bug-guile@gnu.org; Sun, 17 Jan 2010 17:01:32 -0500 Original-Received: from [199.232.76.173] (port=60125 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NWdBY-0008Id-IL for bug-guile@gnu.org; Sun, 17 Jan 2010 17:01:28 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:46208) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NWdBY-0003Ce-4O for bug-guile@gnu.org; Sun, 17 Jan 2010 17:01:28 -0500 Original-Received: from arudy (host86-183-207-218.range86-183.btcentralplus.com [86.183.207.218]) by mail3.uklinux.net (Postfix) with ESMTP id 90CF61F6992; Sun, 17 Jan 2010 22:01:27 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id D227F3801F; Sun, 17 Jan 2010 22:01:06 +0000 (GMT) In-Reply-To: (Andy Wingo's message of "Sat, 09 Jan 2010 23:30:45 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:4470 Archived-At: Andy Wingo writes: > On Sat 09 Jan 2010 14:28, Thien-Thi Nguyen writes: > >> +# `GC_dump' is available in GC 6.8 but not declared. > > Neil, you also compile with pre-7.x, no? Do we need to support this? No, I use 7.1. I thought I recalled Ludo saying that we need at least that, but I see from other messages in this thread that that recollection is wrong. Neil