This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Guile".
http://git.savannah.gnu.org/cgit/guile.git/commit/?id=c8e839cfeb647aca034b9bcd5a321d419dedca1f The branch, stable-2.0 has been updated via c8e839cfeb647aca034b9bcd5a321d419dedca1f (commit) from 5e69ceb7a667377a61cb0c31d7ac20e245b3fafd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c8e839cfeb647aca034b9bcd5a321d419dedca1f Author: Mark H Weaver <[email protected]> Date: Mon Feb 3 23:09:23 2014 -0500 Don't check HAVE_ALARM, which no longer exists. * libguile/scmsigs.c (scm_alarm): Remove check for HAVE_ALARM. Conditionalize only on HAVE_DECL_ALARM. ----------------------------------------------------------------------- Summary of changes: libguile/scmsigs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libguile/scmsigs.c b/libguile/scmsigs.c index 701beb5..97435f4 100644 --- a/libguile/scmsigs.c +++ b/libguile/scmsigs.c @@ -491,7 +491,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" hooks/post-receive -- GNU Guile
