diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-11-24 14:56:05 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-11-24 14:56:05 -0500 |
| commit | 5a25505668bac9aed0ad8f3b23fe81c6aff29b71 (patch) | |
| tree | bd5cea1c33ca7d272690f5c13f97a97612a7a3e6 /src/ir.cpp | |
| parent | afbbdb2c67127985cadae7244348665ece8b2f25 (diff) | |
| download | zig-5a25505668bac9aed0ad8f3b23fe81c6aff29b71.tar.gz zig-5a25505668bac9aed0ad8f3b23fe81c6aff29b71.zip | |
rename "parsec" to "translate-c"
Diffstat (limited to 'src/ir.cpp')
| -rw-r--r-- | src/ir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir.cpp b/src/ir.cpp index fa59aa03f2..c81de7fa7a 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -11,7 +11,7 @@ #include "ir.hpp" #include "ir_print.hpp" #include "os.hpp" -#include "parsec.hpp" +#include "translate_c.hpp" #include "range_set.hpp" #include "softfloat.hpp" |
