bug#40075: patch

2020-03-21 Thread Ludovic Courtès
Hi Matt, Matt Wette skribis: > Below is a patch against guile-3.0.1. > > "make" works, "make check" works. > > null-threads.c was not seeing "SCM_USE_NULL_THREADS" so include > libguile/scmconfig.h > null-threads.c was not seeing def of SCM_API so include "libguile/scm.h" > web-server.test used

bug#40075: patch

2020-03-21 Thread Matt Wette
Below is a patch against guile-3.0.1. "make" works, "make check" works. null-threads.c was not seeing "SCM_USE_NULL_THREADS" so include libguile/scmconfig.h null-threads.c was not seeing def of SCM_API so include "libguile/scm.h" web-server.test used (if (provided? 'threads) ) so #undefined if