diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1997-03-06 00:57:11 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1997-03-06 00:57:11 +0000 |
commit | ee4274a65420e4321832e4f40cef34d32ff7d0fc (patch) | |
tree | f0acf0bca9e5a749edf867616554e7ac93a0d48f /libguile/eval.c | |
parent | b2530d665af0e518bbd3136d7f0ff001653a7a6a (diff) | |
download | guile-ee4274a65420e4321832e4f40cef34d32ff7d0fc.tar.gz |
* tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.
Diffstat (limited to 'libguile/eval.c')
-rw-r--r-- | libguile/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/eval.c b/libguile/eval.c index bf4c9a3d4..564e49edf 100644 --- a/libguile/eval.c +++ b/libguile/eval.c @@ -674,7 +674,6 @@ iqq (form, env, depth) --depth; label: form = SCM_CDR (form); - /* !!! might need a check here to be sure that form isn't a struct. */ SCM_ASSERT (SCM_NIMP (form) && SCM_ECONSP (form) && SCM_NULLP (SCM_CDR (form)), form, SCM_ARG1, s_quasiquote); if (0 == depth) |