Skip to content

Commit ff73919

Browse files
authored
precompile is now the default
1 parent ca06cc7 commit ff73919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Decimals.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Pure Julia decimal arithmetic
22
# @license MIT
33
# @author [email protected] (Jack Peterson), 7/3/2014
4-
__precompile__()
4+
VERSION < v"0.7.0-beta2.199" && __precompile__()
55

66
module Decimals
77
import Base: ==, +, -, *, /, <, float, inv, round

0 commit comments

Comments
 (0)