summaryrefslogtreecommitdiff
path: root/libguile/evalext.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/evalext.c')
-rw-r--r--libguile/evalext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/evalext.c b/libguile/evalext.c
index 48d9a1718..33205a2ca 100644
--- a/libguile/evalext.c
+++ b/libguile/evalext.c
@@ -82,6 +82,7 @@ SCM_DEFINE (scm_self_evaluating_p, "self-evaluating?", 1, 0, 0,
case scm_tc7_dynamic_state:
case scm_tc7_frame:
case scm_tc7_keyword:
+ case scm_tc7_syntax:
case scm_tc7_vm_cont:
case scm_tc7_number:
case scm_tc7_string: