Re: Guile integration and UTF-8
Paul Smith <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Organization | GNU's Not UNIX! |
| Message-ID | <1380241158.8253.87.camel@homebase> |
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(). _______________________________________________ Make-alpha mailing list [email protected] https://lists.gnu.org/mailman/listinfo/make-alpha