rename "parsec" to "translate-c"

This commit is contained in:
Andrew Kelley
2017-11-24 14:56:05 -05:00
parent afbbdb2c67
commit 5a25505668
13 changed files with 47 additions and 47 deletions

View File

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