Re: libguile-2.2.2 uses tmpnam

2017-10-24 Thread Roel Janssen
removing the call to SCM_DEFINE on line 1562 would achieve your goal. I don't think there is Guile code that actually uses this function, except for allowing users to call tmpnam in Scheme code. We can find out whether this is true by disabling tmpnam there, and see if anything breaks. Kind regards, Roel Janssen

Re: ffi-help: status to 19 Aug 2017

2017-11-09 Thread Roel Janssen
I am confused on how to get started. Where does the "compile-ffi" subcommand for "guild" come from? Kind regards, Roel Janssen

[PATCH] Remove unused variable.

2021-05-24 Thread Roel Janssen
Hi Guilers, While compiling Guile with "-Wall" I noticed this unused declaration. Kind regards, Roel Janssen From b67638db33e59e026fdbfb6db5468db4f8aebf01 Mon Sep 17 00:00:00 2001 From: Roel Janssen Date: Mon, 24 May 2021 14:56:20 +0200 Subject: [PATCH] Remove unused variab