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

Code layout

This commit is contained in:
Mikael Djurfeldt 2000-03-22 00:21:56 +00:00
parent 8d924bfebc
commit 9c6599f96b

View file

@ -341,8 +341,8 @@ SCM_DEFINE (scm_system_async_mark, "system-async-mark", 1, 0, 0,
"")
#define FUNC_NAME s_scm_system_async_mark
{
struct scm_async * it;
SCM_VALIDATE_ASYNC_COPY (1,a,it);
struct scm_async *it;
SCM_VALIDATE_ASYNC_COPY (1, a, it);
SCM_REDEFER_INTS;
#ifdef GUILE_OLD_ASYNC_CLICK
it->got_it = 1;