fix Windows build

svn: r18772
This commit is contained in:
Matthew Flatt 2010-04-09 20:05:07 +00:00
parent c7606115e1
commit c6cd781e82

View File

@ -198,7 +198,7 @@ static void configure_environment(Scheme_Object *mod)
break;
}
}
if (!SCHEME_NULLP(vs)) {
if (!SAME_OBJ(vs, scheme_make_null())) {
scheme_wrong_type("runtime-configure", "list of vectors of three values",
-1, 0, a);
}