Skip to content

Commit

Permalink
Add gensym
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Oct 27, 2022
1 parent 0f0868e commit 78f79b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/abstractsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ function _named(name, call, runtime = false)
end
end

is_sys_construction = Symbol("###__is_system_construction###")
is_sys_construction = gensym("###__is_system_construction###")
kws = call.args[2].args
for (i, kw) in enumerate(kws)
if Meta.isexpr(kw, (:(=), :kw))
Expand Down

0 comments on commit 78f79b1

Please sign in to comment.