Skip to content

Commit

Permalink
Be specific about print_escaped renaming
Browse files Browse the repository at this point in the history
for the sake of bisecting
ref JuliaLang/julia#16603
  • Loading branch information
tkelman committed Jul 19, 2016
1 parent dfa8c66 commit 9f3377d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractdataframe/io.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function escapedprint(io::IO, x::Any, escapes::AbstractString)
print(io, x)
end

@static if VERSION < v"0.5.0-"
@static if VERSION < v"0.5.0-dev+4354"
function escapedprint(io::IO, x::AbstractString, escapes::AbstractString)
print_escaped(io, x, escapes)
end
Expand Down

0 comments on commit 9f3377d

Please sign in to comment.