summaryrefslogtreecommitdiff
path: root/libguile/stacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/stacks.h')
-rw-r--r--libguile/stacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/stacks.h b/libguile/stacks.h
index 4e68a67a5..568587c4c 100644
--- a/libguile/stacks.h
+++ b/libguile/stacks.h
@@ -48,7 +48,7 @@ typedef struct scm_t_stack {
SCM_API SCM scm_stack_type;
-#define SCM_STACKP(obj) (SCM_STRUCTP (obj) && SCM_EQ_P (SCM_STRUCT_VTABLE (obj), scm_stack_type))
+#define SCM_STACKP(obj) (SCM_STRUCTP (obj) && scm_is_eq (SCM_STRUCT_VTABLE (obj), scm_stack_type))
#define SCM_STACK_LENGTH(stack) (SCM_STACK (stack) -> length)
#define SCM_FRAMEP(obj) \