fix not adding builtin functions code

This commit is contained in:
Andrew Kelley
2016-01-11 20:43:48 -07:00
parent ccc8e9f4c3
commit cb46d0b5b0
3 changed files with 10 additions and 20 deletions

View File

@@ -2748,8 +2748,7 @@ void codegen_add_root_code(CodeGen *g, Buf *src_dir, Buf *src_basename, Buf *sou
g->bootstrap_import = add_special_code(g, "bootstrap.zig");
}
// TODO re-enable this
//add_special_code(g, "builtin.zig");
add_special_code(g, "builtin.zig");
}
if (g->verbose) {