File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,13 +201,13 @@ end
201201 )
202202end
203203
204- @unstable @inline _replace_imaginary_unit_symbol (ex) = ex
205- @unstable @inline _replace_imaginary_unit_symbol (ex:: Symbol ) = ex === :im ? im : ex
206- @inline function _replace_imaginary_unit_symbol (ex:: Expr )
204+ _replace_imaginary_unit_symbol (ex) = ex
205+ @unstable _replace_imaginary_unit_symbol (ex:: Symbol ) = ex === :im ? im : ex
206+ function _replace_imaginary_unit_symbol (ex:: Expr )
207207 return Expr (ex. head, map (_replace_imaginary_unit_symbol, ex. args)... )
208208end
209209
210- @unstable @inline function _normalize_expression_for_parse (
210+ @unstable function _normalize_expression_for_parse (
211211 ex, variable_names:: Union{AbstractVector{<:AbstractString},Nothing}
212212)
213213 if variable_names != = nothing && (" im" in variable_names)
You can’t perform that action at this time.
0 commit comments