* Oops. uncomment two lines :)

This commit is contained in:
pancake 2011-02-06 20:43:06 +01:00
parent 986f66c14f
commit 7fa1ca1ec1

View File

@ -56,8 +56,8 @@ static int vala_run(RLang *lang, const char *code, int len) {
fputs (code, fd);
fputs (";\n}\n", fd);
fclose (fd);
// r_vala_file (lang->user, ".tmp.vala");
// r_file_rm (".tmp.vala");
r_vala_file (lang->user, ".tmp.vala");
r_file_rm (".tmp.vala");
} else eprintf ("Cannot open .tmp.vala\n");
return R_TRUE;
}