shithub: mc

Download patch

ref: 7a43350dd489ce16cf876b0cf4f0d8ce54f1333e
parent: 4c676e772d94515b4e13248d82da7597c6cecc9e
author: Ori Bernstein <[email protected]>
date: Wed Apr 15 07:17:48 EDT 2015

bigint.myr needs errno.use to compile.

    Otherwise, we miss symbols. This should have been picked
    up implicitly, but it wasn't -- that should get fixed,
    but for now we just want the tests to run.

--- a/libstd/bigint.myr
+++ b/libstd/bigint.myr
@@ -11,6 +11,7 @@
 use "slpush.use"
 use "types.use"
 use "utf.use"
+use "errno.use"
 
 pkg std =
 	type bigint = struct