From 2c9bdad3462f356f4c2ed2442f2cd6de80b9805b Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 5 Sep 2017 22:55:03 -0400 Subject: rename parseh to parsec --- src/codegen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/codegen.cpp') diff --git a/src/codegen.cpp b/src/codegen.cpp index eacb303956..15eac33683 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -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(); -- cgit v1.2.3