Skip to content

Commit

Permalink
update ccallable for tuple type change
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jul 24, 2015
1 parent 19b64d2 commit c97b946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/c.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ macro ccallable(def)
end
return quote
$(esc(def))
ccallable($(esc(name)), $(Expr(:tuple, map(esc, at)...)))
ccallable($(esc(name)), $(Expr(:curly, :Tuple, map(esc, at)...)))
end
end
end
Expand Down

0 comments on commit c97b946

Please sign in to comment.