Skip to content

Commit 78f79b1

Browse files
committed
Add gensym
1 parent 0f0868e commit 78f79b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/abstractsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ function _named(name, call, runtime = false)
846846
end
847847
end
848848

849-
is_sys_construction = Symbol("###__is_system_construction###")
849+
is_sys_construction = gensym("###__is_system_construction###")
850850
kws = call.args[2].args
851851
for (i, kw) in enumerate(kws)
852852
if Meta.isexpr(kw, (:(=), :kw))

0 commit comments

Comments
 (0)