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:
parent
8d924bfebc
commit
9c6599f96b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue