ref: ef16012a85da92aa8e7fdb7890e2f7a88364c9bd
parent: 5a7ad6eb2cb497076f909e54e14d42f65eb89ff9
parent: b4fabefd3735e8cabeec344abc9b016ec5626bf5
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Feb 10 18:42:38 EST 2016
Merge branch 'oops' of https://github.com/andrewchambers/mc
--- a/lib/std/consts.myr
+++ b/lib/std/consts.myr
@@ -3,5 +3,5 @@
pkg std =
const In : fd = 0
const Out : fd = 1
- const Err : fd = 1
+ const Err : fd = 2
;;