diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-09-05 22:55:03 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-09-05 22:55:03 -0400 |
| commit | 2c9bdad3462f356f4c2ed2442f2cd6de80b9805b (patch) | |
| tree | 4bd725e4f8e4ef33121c91ff114057bbd9f277c6 /src/codegen.cpp | |
| parent | 48c44615a4f03c105a8053db552320d26482436a (diff) | |
| download | zig-2c9bdad3462f356f4c2ed2442f2cd6de80b9805b.tar.gz zig-2c9bdad3462f356f4c2ed2442f2cd6de80b9805b.zip | |
rename parseh to parsec
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |
