Skip to content

Commit 5fba54a

Browse files
authored
only do __precompile__ if defined
fix the package on 0.3
1 parent 0d5fa8a commit 5fba54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Polynomials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Poly type manipulations
22

3-
__precompile__()
3+
isdefined(Base, :__precompile__) && __precompile__()
44

55
module Polynomials
66
#todo: sparse polynomials?

0 commit comments

Comments
 (0)