From f6ecc207bf59fe12bda68fd9b5256e7142ef3e62 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 16 Oct 2002 16:01:22 +0000 Subject: [PATCH] (scm_sigaction_for_thread): It's "USE_THREADS" not "USE_THREAD". --- libguile/scmsigs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/scmsigs.c b/libguile/scmsigs.c index 889751d0c..4e617794d 100644 --- a/libguile/scmsigs.c +++ b/libguile/scmsigs.c @@ -220,7 +220,7 @@ SCM_DEFINE (scm_sigaction_for_thread, "sigaction", 1, 3, 0, sigemptyset (&action.sa_mask); #endif -#ifdef USE_THREAD +#ifdef USE_THREADS if (SCM_UNBNDP (thread)) thread = scm_current_thread (); else