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:
parent
c7f6ea118f
commit
cd91156565
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue