Merge commit 'c8e839cfeb647aca034b9bcd5a321d419dedca1f'
[bpt/guile.git] / libguile / scmsigs.c
index 9fefa83..d0a0c19 100644 (file)
@@ -496,7 +496,7 @@ SCM_DEFINE (scm_restore_signals, "restore-signals", 0, 0, 0,
 }
 #undef FUNC_NAME
 
-#if defined HAVE_ALARM && HAVE_DECL_ALARM
+#if HAVE_DECL_ALARM
 SCM_DEFINE (scm_alarm, "alarm", 1, 0, 0,
            (SCM i),
            "Set a timer to raise a @code{SIGALRM} signal after the specified\n"