comparing against zero participates in lazy values
This commit is contained in:
@@ -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)";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user