rename parseh to parsec

This commit is contained in:
Andrew Kelley
2017-09-05 22:55:03 -04:00
parent 48c44615a4
commit 2c9bdad346
12 changed files with 51 additions and 56 deletions

View File

@@ -15,7 +15,7 @@
#include "ir.hpp"
#include "link.hpp"
#include "os.hpp"
#include "parseh.hpp"
#include "parsec.hpp"
#include "target.hpp"
#include "zig_llvm.hpp"
@@ -5001,7 +5001,7 @@ static void init(CodeGen *g) {
define_builtin_compile_vars(g);
}
void codegen_parseh(CodeGen *g, Buf *full_path) {
void codegen_parsec(CodeGen *g, Buf *full_path) {
find_libc_include_path(g);
Buf *src_basename = buf_alloc();