aboutsummaryrefslogtreecommitdiff
path: root/src/error.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-12-04 15:28:17 -0500
committerAndrew Kelley <superjoe30@gmail.com>2017-12-04 15:28:17 -0500
commit42004f9013ba2d06b457f858e0e269ef4ad23554 (patch)
treeee99dd89c9ce7e7c30a76e7bf0d9f7da7c0c64c7 /src/error.hpp
parentafe3aae582d5051406832e32fc01374f2a0029b7 (diff)
parenta966275e509670e750ef54a37f7202078aa4cf07 (diff)
downloadzig-42004f9013ba2d06b457f858e0e269ef4ad23554.tar.gz
zig-42004f9013ba2d06b457f858e0e269ef4ad23554.zip
Merge branch 'master' into llvm6
Diffstat (limited to 'src/error.hpp')
-rw-r--r--src/error.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.hpp b/src/error.hpp
index d7d9c45baf..e3b87fc6b8 100644
--- a/src/error.hpp
+++ b/src/error.hpp
@@ -26,6 +26,7 @@ enum Error {
ErrorExactDivRemainder,
ErrorNegativeDenominator,
ErrorShiftedOutOneBits,
+ ErrorCCompileErrors,
};
const char *err_str(int err);