shithub: mc

Download patch

ref: 287133959e79176c450af23efe31f0ac3b695679
parent: 218e5bd8256e190fb0b71f4178dc107a7b7bfc74
author: Ori Bernstein <[email protected]>
date: Thu Dec 26 21:34:25 EST 2013

Remove leaking internals.

    Fixed the compiler bug.

--- a/bio.myr
+++ b/bio.myr
@@ -54,10 +54,6 @@
 
 	/* formatted i/o */
 	const put	: (f : file#, fmt : byte[:], args : ... -> std.size)
-
-	/* FIXME: internal decls leaking out for generics. */
-	const fill
-	const ensureread
 ;;
 
 const Bufsz = 16*std.KiB