diff options
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(); |
