Skip to content

Commit

Permalink
fix exports for JuliaLang/julia#22763 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored and ararslan committed Jul 17, 2017
1 parent 0e81579 commit 4842972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpecialFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module SpecialFunctions
using Compat

if VERSION >= v"0.6.0-dev.2767"
if isdefined(Base, :airyai)
if isdefined(Base, :airyai) && VERSION < v"0.7.0-DEV.986" #22763
import Base: airyai, airyaix, airyaiprime, airyaiprimex,
airybi, airybix, airybiprime, airybiprimex,
besselh, besselhx, besseli, besselix, besselj, besselj0, besselj1,
Expand Down

0 comments on commit 4842972

Please sign in to comment.