diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2019-08-29 14:46:22 -0400 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2019-08-29 14:46:22 -0400 |
| commit | 0512beca9d694a667e3ad12a656835b44457fbcd (patch) | |
| tree | 66f1751961a0432cb0ac804f4b4a324b82b85942 /src/error.cpp | |
| parent | d9f0446b1f993c1b3c1bf5cc410b6d5f8a2f94fe (diff) | |
| download | zig-0512beca9d694a667e3ad12a656835b44457fbcd.tar.gz zig-0512beca9d694a667e3ad12a656835b44457fbcd.zip | |
comparing against zero participates in lazy values
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 20d429e8bf..753aeb292a 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -55,6 +55,7 @@ const char *err_str(Error err) { case ErrorBrokenPipe: return "broken pipe"; case ErrorNoSpaceLeft: return "no space left"; case ErrorNoCCompilerInstalled: return "no C compiler installed"; + case ErrorNotLazy: return "not lazy"; } return "(invalid error)"; } |
