re-disable sfs compiler pass (yet another bug that I somehow overlooked)

svn: r8606
This commit is contained in:
Matthew Flatt 2008-02-09 15:46:26 +00:00
parent d8a93a6d9a
commit d94919802f

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) {