shithub: mc

Download patch

ref: e6b3c595069187a2c98303e9bed1039a4b132f16
parent: a6fa17ca671112998242b70854f4692e2bd30307
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Jan 2 05:59:13 EST 2015

There is no 'die' function accessible to sys.

--- a/libstd/sys+osx-x64.myr
+++ b/libstd/sys+osx-x64.myr
@@ -878,6 +878,5 @@
 	| 0o177:-> `Waitstop (st >> 8)
 	| sig:  -> `Waitsig sig
 	;;
-	die("unreachable")
 }