Skip to content

Commit 0b9eb5f

Browse files
authored
Merge pull request #1907 from SciML/myb/gensym
Add missing gensym
2 parents 0f0868e + 78f79b1 commit 0b9eb5f

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)