chore(library): match stdio enum with Lean values

This commit is contained in:
Nuno Lopes 2018-02-22 10:03:51 +00:00 committed by Leonardo de Moura
parent c67062644a
commit ea6a4be124

View file

@ -16,8 +16,8 @@ Author: Jared Roesch
namespace lean {
enum stdio {
INHERIT,
PIPED,
INHERIT,
NUL,
};