Skip to content

Commit 50f7a79

Browse files
authored
Attempt basic fix to precompilation
1 parent a31609f commit 50f7a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uparse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ the quantity corresponding to the speed of light multiplied by Hertz,
5454
squared.
5555
"""
5656
macro u_str(s)
57-
return esc(uparse(s))
57+
return esc(Meta.parse(s))
5858
end
5959

6060
end

0 commit comments

Comments
 (0)