guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 75/86: Move SCM_TICK definition to __scm.h.


From: Andy Wingo
Subject: [Guile-commits] 75/86: Move SCM_TICK definition to __scm.h.
Date: Wed, 20 Jun 2018 14:09:44 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 716d9aaf32cb4d4e5cfefb8f1560395ecccdd2f8
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 20 15:10:29 2018 +0200

    Move SCM_TICK definition to __scm.h.
    
    * libguile/__scm.h:
    * libguile/async.h (SCM_TICK): Move here.
---
 libguile/__scm.h | 4 ----
 libguile/async.h | 4 ++++
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libguile/__scm.h b/libguile/__scm.h
index 8a31c83..233cdd0 100644
--- a/libguile/__scm.h
+++ b/libguile/__scm.h
@@ -321,10 +321,6 @@ typedef long SCM_STACKITEM;
 #define SCM_STACK_PTR(ptr) ((SCM_STACKITEM *) (void *) (ptr))
 
 
-#define SCM_TICK scm_async_tick ()
-
-
-
 #ifndef SCM_MAGIC_SNARFER
 /* Let these macros pass through if
    we are snarfing;  thus we can tell the
diff --git a/libguile/async.h b/libguile/async.h
index cc90e2b..918b0ec 100644
--- a/libguile/async.h
+++ b/libguile/async.h
@@ -27,6 +27,10 @@
 
 
 
+#define SCM_TICK scm_async_tick ()
+
+
+
 SCM_API void scm_async_tick (void);
 SCM_API void scm_switch (void);
 SCM_API SCM scm_system_async_mark (SCM a);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]