Skip to content

Commit

Permalink
Merge pull request #25023 from JuliaLang/yyc/julia-expand
Browse files Browse the repository at this point in the history
Fix julia-expand
  • Loading branch information
yuyichao authored Dec 13, 2017
2 parents a8054ed + 4d7ee2e commit 67ba7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia-syntax.scm
Original file line number Diff line number Diff line change
Expand Up @@ -4154,4 +4154,4 @@ f(x) = yt(x)
(define (julia-expand ex)
(julia-expand1
(julia-expand0
julia-expand-macroscope ex)))
(julia-expand-macroscope ex))))

0 comments on commit 67ba7bc

Please sign in to comment.