shithub: mc

Download patch

ref: 44c0c060b3fbad233b742712c456c8de2de2f52c
parent: 33b4271bbebf8f9b6116253ef71100005ac48ce6
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")
 }