Skip to content

Commit

Permalink
fix commit boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacLN committed Jun 1, 2017
1 parent ff9b1f1 commit f0b850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Expr(x::EXPR{LITERAL{Tokens.TRIPLE_STRING}}) = x.val


# cross compatability for line number insertion in macrocalls
@static if VERSION <= v"0.7.0-DEV.357"
@static if VERSION < v"0.7.0-DEV.357"
Expr(x::EXPR{LITERAL{Tokens.CMD}}) = Expr(:macrocall, Symbol("@cmd"), x.val[2:end-1])

function Expr(x::EXPR{x_Str})
Expand Down

0 comments on commit f0b850b

Please # to comment.