This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] guile: Allow compilation with Guile <= 2.0.5


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]