Skip to content

Commit c94496c

Browse files
committed
Removed use of at-static macro at top-level
1 parent ea6c54b commit c94496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cformat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
formatters = Dict{ Compat.ASCIIString, Function }()
22

3-
@static if VERSION >= v"0.6.0-dev.1671"
3+
if VERSION >= v"0.6.0-dev.1671"
44

55
sprintf1( fmt::Compat.ASCIIString, x ) = eval(Expr(:call, generate_formatter( fmt ), x))
66

0 commit comments

Comments
 (0)