summaryrefslogtreecommitdiff
path: root/libguile/__scm.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2018-06-20 15:10:29 +0200
committerAndy Wingo <wingo@pobox.com>2018-06-20 15:10:29 +0200
commit716d9aaf32cb4d4e5cfefb8f1560395ecccdd2f8 (patch)
tree91c5108db4283e1e5455da966c4922450aea8d99 /libguile/__scm.h
parent6a9f73fb8fd3cc1347a320f1b8b3d236a6586fbf (diff)
downloadguile-716d9aaf32cb4d4e5cfefb8f1560395ecccdd2f8.tar.gz
Move SCM_TICK definition to __scm.h.
* libguile/__scm.h: * libguile/async.h (SCM_TICK): Move here.
Diffstat (limited to 'libguile/__scm.h')
-rw-r--r--libguile/__scm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libguile/__scm.h b/libguile/__scm.h
index 8a31c8348..233cdd0df 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