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
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