From: devans Date: Wed, 25 Nov 2009 01:39:21 +0000 (+0000) Subject: (list-expand): Flag wip better. X-Git-Tag: cgen-snapshot-20091201~58 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1aa66386498f5c602e1107e2b520e0489812897e;p=pf3gnuchains%2Fpf3gnuchains4x.git (list-expand): Flag wip better. --- diff --git a/cgen/utils.scm b/cgen/utils.scm index f31a698de8..b11e07e875 100644 --- a/cgen/utils.scm +++ b/cgen/utils.scm @@ -1291,7 +1291,7 @@ ; (a b 4 c d 6)) (define (list-expand l) - #f ; ??? wip + (error "wip") ) ; If OBJ has a dump method call it, otherwise return OBJ untouched.