This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] guile: Allow compilation with Guile <= 2.0.5
- From: ludo at gnu dot org (Ludovic CourtÃs)
- To: Doug Evans <xdje42 at gmail dot com>
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Sun, 01 Jun 2014 22:28:33 +0200
- Subject: Re: [PATCH] guile: Allow compilation with Guile <= 2.0.5
- Authentication-results: sourceware.org; auth=none
- References: <87bnujcth2 dot fsf at gnu dot org> <CAP9bCMQRMjkU0MGEr5LBYgwBJ9=h3Zhw=BzZo4MW-zDV8Ja16g at mail dot gmail dot com>
Doug Evans <xdje42@gmail.com> skribis:
> On Tue, May 27, 2014 at 5:10 AM, Ludovic CourtÃs <ludo@gnu.org> wrote:
>> The attached patch allows compilation with Guile <= 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â.
>>
>> 2014-05-27 Ludovic CourtÃs <ludo@gnu.org>
>>
>> * 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â.