aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-09-05 22:55:03 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-09-05 22:55:03 -0400
commit2c9bdad3462f356f4c2ed2442f2cd6de80b9805b (patch)
tree4bd725e4f8e4ef33121c91ff114057bbd9f277c6 /src/codegen.cpp
parent48c44615a4f03c105a8053db552320d26482436a (diff)
downloadzig-2c9bdad3462f356f4c2ed2442f2cd6de80b9805b.tar.gz
zig-2c9bdad3462f356f4c2ed2442f2cd6de80b9805b.zip
rename parseh to parsec
Diffstat (limited to 'src/codegen.cpp')
-rw-r--r--src/codegen.cpp4
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();