From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25857 invoked by alias); 1 Jun 2014 20:12:41 -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 25837 invoked by uid 89); 1 Jun 2014 20:12:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f50.google.com Received: from mail-qa0-f50.google.com (HELO mail-qa0-f50.google.com) (209.85.216.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 01 Jun 2014 20:12:36 +0000 Received: by mail-qa0-f50.google.com with SMTP id j15so1579394qaq.23 for ; Sun, 01 Jun 2014 13:12:34 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.224.124.67 with SMTP id t3mr43655024qar.70.1401653554473; Sun, 01 Jun 2014 13:12:34 -0700 (PDT) Received: by 10.229.206.7 with HTTP; Sun, 1 Jun 2014 13:12:34 -0700 (PDT) In-Reply-To: <87bnujcth2.fsf@gnu.org> References: <87bnujcth2.fsf@gnu.org> Date: Sun, 01 Jun 2014 20:12:00 -0000 Message-ID: Subject: Re: [PATCH] guile: Allow compilation with Guile <= 2.0.5 From: Doug Evans To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00002.txt.bz2 On Tue, May 27, 2014 at 5:10 AM, Ludovic Court=C3=A8s wrote: > 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