diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-07 08:06:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-07 08:06:41 -0800 |
commit | b4d0fe33246175c0ac8e094ca46036444136a3be (patch) | |
tree | b5e8b3ac09b873e9b67902cfb5a7834c5b109af9 /eval.c | |
parent | 7c413d6aa3ab8e0ba59c5ab243effeb6cd9b68d1 (diff) | |
download | txr-b4d0fe33246175c0ac8e094ca46036444136a3be.tar.gz txr-b4d0fe33246175c0ac8e094ca46036444136a3be.tar.bz2 txr-b4d0fe33246175c0ac8e094ca46036444136a3be.zip |
Comment change.
Diffstat (limited to 'eval.c')
-rw-r--r-- | eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -918,7 +918,7 @@ val expand(val form) return rlcp(cons(sym, forms_ex), form); } else { /* funtion call */ - /* also handles: call, if, and, or, unwind-protect, return */ + /* also handles: progn, call, if, and, or, unwind-protect, return */ val args = rest(form); val args_ex = expand_forms(args); |