Skip to content

Commit b0efbfd

Browse files
Update typemacros.jl
1 parent 1de9d10 commit b0efbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typemacros.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ macro struct_type(exp) ; _st(exp) ; end
77
macro public_abstract_type(exp); _pat(exp); end
88
macro public_abstract_subs(exp); _pas(exp); end
99

10-
@static if VERSION < v"0.6-"
10+
@static if VERSION < v"0.6.0-dev.2746"
1111
include("typemacros5.jl")
1212
else
1313
include("typemacros6.jl")

0 commit comments

Comments
 (0)