Skip to content

Commit

Permalink
Fix #3569
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jun 28, 2013
1 parent d32e15a commit d5459b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions base/stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ function reinit_stdio()
STDERR = init_stdio(ccall(:jl_stderr_stream,Ptr{Void},()),2)
end

reinit_stdio()

flush(::TTY) = nothing

function wait_connected(x)
Expand Down
1 change: 1 addition & 0 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ include("stat.jl")
include("fs.jl")
importall .FS
include("process.jl")
reinit_stdio()
ccall(:jl_get_uv_hooks, Void, ())
include("grisu.jl")
import .Grisu.print_shortest
Expand Down

0 comments on commit d5459b0

Please sign in to comment.