comparing against zero participates in lazy values

This commit is contained in:
Andrew Kelley
2019-08-29 14:46:22 -04:00
parent d9f0446b1f
commit 0512beca9d
6 changed files with 109 additions and 1 deletions

View File

@@ -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)";
}