Skip to content

Commit 7c79ff6

Browse files
authored
fix version
1 parent c9f3adc commit 7c79ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stage1/recurse.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ Base.getindex(c::Core.Compiler.IncrementalCompact, args...) = Core.Compiler.geti
247247
Base.setindex!(c::Core.Compiler.IncrementalCompact, args...) = Core.Compiler.setindex!(c, args...)
248248
Base.setindex!(urs::Core.Compiler.UseRef, args...) = Core.Compiler.setindex!(urs, args...)
249249

250-
VERSION > v"1.10.0-DEV.571" && import Core.Compiler: VarState
250+
VERSION >= v"1.10.0-DEV.552" && import Core.Compiler: VarState
251251
function sptypes(sparams)
252-
return if VERSION>v"1.10.0-DEV.571"
252+
return if VERSION>=v"1.10.0-DEV.552"
253253
VarState[Core.Compiler.VarState.(sparams, false)...]
254254
else
255255
Any[sparams...]

0 commit comments

Comments
 (0)