1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

* __scm.h (SCM_TICK): Oops! Forgot to put SCM_ASYNC_TICK here...

This commit is contained in:
Mikael Djurfeldt 2000-03-13 10:14:24 +00:00
parent c7f6ea118f
commit cd91156565

View file

@ -2,7 +2,7 @@
#ifndef __SCMH #ifndef __SCMH
#define __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 * 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 * it under the terms of the GNU General Public License as published by
@ -332,6 +332,7 @@ do { \
do { \ do { \
SCM_DEFER_INTS; \ SCM_DEFER_INTS; \
SCM_ALLOW_INTS; \ SCM_ALLOW_INTS; \
SCM_ASYNC_TICK; \
} while (0) } while (0)