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/ir.cpp | |
| parent | 48c44615a4f03c105a8053db552320d26482436a (diff) | |
| download | zig-2c9bdad3462f356f4c2ed2442f2cd6de80b9805b.tar.gz zig-2c9bdad3462f356f4c2ed2442f2cd6de80b9805b.zip | |
rename parseh to parsec
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 800b013d57..9e15bb1827 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -11,7 +11,7 @@ #include "ir.hpp" #include "ir_print.hpp" #include "os.hpp" -#include "parseh.hpp" +#include "parsec.hpp" #include "quadmath.hpp" #include "range_set.hpp" |
