argh --- disable sfs conversion, (found a bug)

svn: r8604
This commit is contained in:
Matthew Flatt 2008-02-09 15:17:38 +00:00
parent bae5ca3d59
commit 39c29c2c59

View File

@ -3258,6 +3258,8 @@ Scheme_Object *scheme_sfs(Scheme_Object *o, SFS_Info *info, int max_let_depth)
{
int init, i;
return o;
SFS_LOG(printf("sfs %d\n", SCHEME_TYPE(o)));
if (!info) {