From cd9115656570a1ffe5269daf5dccd39211692ef8 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Mon, 13 Mar 2000 10:14:24 +0000 Subject: [PATCH] * __scm.h (SCM_TICK): Oops! Forgot to put SCM_ASYNC_TICK here... --- libguile/__scm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libguile/__scm.h b/libguile/__scm.h index d58e9d91e..07a1e994e 100644 --- a/libguile/__scm.h +++ b/libguile/__scm.h @@ -2,7 +2,7 @@ #ifndef __SCMH #define __SCMH -/* Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -332,6 +332,7 @@ do { \ do { \ SCM_DEFER_INTS; \ SCM_ALLOW_INTS; \ + SCM_ASYNC_TICK; \ } while (0)