Skip to content

Commit

Permalink
rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Jun 4, 2019
1 parent 5011e40 commit 4309e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/compiler/inferencestate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ mutable struct InferenceState
end

min_valid = src.min_world
max_valid = src.max_world == (typemax(UInt)%Int) ?
max_valid = src.max_world == typemax(UInt) ?
get_world_counter() : src.max_world
frame = new(
params, result, linfo,
Expand Down
2 changes: 1 addition & 1 deletion src/jltypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ void jl_init_types(void) JL_GC_DISABLED
"inlineable",
"propagate_inbounds",
"pure"),
jl_svec(17,
jl_svec(18,
jl_array_any_type,
jl_any_type,
jl_any_type,
Expand Down

0 comments on commit 4309e03

Please sign in to comment.