Skip to content

Commit 4842972

Browse files
stevengjararslan
authored andcommitted
fix exports for JuliaLang/julia#22763 (#36)
1 parent 0e81579 commit 4842972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpecialFunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module SpecialFunctions
55
using Compat
66

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

0 commit comments

Comments
 (0)