From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32404 invoked by alias); 1 Jun 2014 20:28:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 32380 invoked by uid 89); 1 Jun 2014 20:28:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: hera.aquilenet.fr Received: from hera.aquilenet.fr (HELO hera.aquilenet.fr) (141.255.128.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 01 Jun 2014 20:28:37 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3D9BC2AEE; Sun, 1 Jun 2014 22:28:34 +0200 (CEST) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F0mLuo9RWzJ7; Sun, 1 Jun 2014 22:28:34 +0200 (CEST) Received: from pluto (reverse-83.fdn.fr [80.67.176.83]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D577C6E5; Sun, 1 Jun 2014 22:28:33 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Doug Evans Cc: "gdb-patches\@sourceware.org" Subject: Re: [PATCH] guile: Allow compilation with Guile <= 2.0.5 References: <87bnujcth2.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Prairial an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu Date: Sun, 01 Jun 2014 20:28:00 -0000 In-Reply-To: (Doug Evans's message of "Sun, 1 Jun 2014 13:12:34 -0700") Message-ID: <874n0474su.fsf@gnu.org> User-Agent: Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SW-Source: 2014-06/txt/msg00003.txt.bz2 Doug Evans skribis: > On Tue, May 27, 2014 at 5:10 AM, Ludovic Court=C3=A8s wrot= e: >> The attached patch allows compilation with Guile <=3D 2.0.5. Guile 2.0.5 >> is 2.5 years old but is still commonly found in some distros such as the >> current Debian stable. >> >> Tested with Guile 2.1 (current master) and 2.0.5 on x86_64-linux-gnu. >> >> OK to push? >> >> Thanks, >> Ludo=E2=80=99. >> >> 2014-05-27 Ludovic Court=C3=A8s >> >> * configure.ac: When Guile is available, check for the >> availability of 'scm_new_smob'. >> * configure, config.h.in: Regenerate. >> * guile/guile-internal.h (scm_new_smob) [!HAVE_SCM_NEW_SMOB]: New >> function. > > LGTM Pushed, thanks. Ludo=E2=80=99.