make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile integration and UTF-8


From: Paul Smith
Subject: Re: Guile integration and UTF-8
Date: Thu, 26 Sep 2013 20:19:18 -0400

On Wed, 2013-09-25 at 18:26 +0200, Ludovic Courtès wrote:
>   #ifdef HAVE_SCM_FROM_UTF8_STRING
>     scm_eval_string (scm_from_utf8_string (argv[0]));
>   #else /* Guile 1.8 */
>     scm_c_eval_string (argv[0]);
>   #endif

Rather than adding a check to configure.ac, I just checked
SCM_MAJOR_VERSION < 2 and if so didn't use scm_from_utf8_string().





reply via email to

[Prev in Thread] Current Thread [Next in Thread]