diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2018-11-27 20:36:44 -0500 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2018-11-27 20:36:44 -0500 |
| commit | e3bf40742d5b93c10b8e68b202294badb508c3e7 (patch) | |
| tree | 73a9219fd0f5ec7985eb9f121390fa2db24654f9 /src/error.cpp | |
| parent | bb3ac177a83caf52556818e9ea163ac166bb6c07 (diff) | |
| parent | 1fb15be05f1037aad53d2db32d13123363365d10 (diff) | |
| download | zig-e3bf40742d5b93c10b8e68b202294badb508c3e7.tar.gz zig-e3bf40742d5b93c10b8e68b202294badb508c3e7.zip | |
Merge branch 'master' into freebsd2
Diffstat (limited to 'src/error.cpp')
| -rw-r--r-- | src/error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.cpp b/src/error.cpp index d0575a8494..10186fbde5 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -33,6 +33,7 @@ const char *err_str(Error err) { case ErrorSharingViolation: return "sharing violation"; case ErrorPipeBusy: return "pipe busy"; case ErrorPrimitiveTypeNotFound: return "primitive type not found"; + case ErrorCacheUnavailable: return "cache unavailable"; } return "(invalid error)"; } |
