Commit 2da999372a

Andrew Kelley <superjoe30@gmail.com>
2018-07-02 21:25:23
add another BuildError code
1 parent 96a6bc5
Changed files (1)
src-self-hosted
src-self-hosted/module.zig
@@ -114,6 +114,7 @@ pub const Module = struct {
         DiskQuota,
         InputOutput,
         NoStdHandles,
+        Overflow,
     };
 
     pub const Event = union(enum) {