File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ function _maybe_handle_atonlyone_blocks!(args)
247
247
for i in idcs
248
248
body = args[i]. args[3 ]
249
249
@gensym onlyone
250
- init_onlyone_ex = :($ (onlyone) = $ ( OnlyOneRegion () ))
250
+ init_onlyone_ex = :($ (onlyone) = Tools . OnlyOneRegion ())
251
251
push! (setup_onlyone_blocks. args, init_onlyone_ex)
252
252
args[i] = quote
253
253
Tools. try_enter! ($ (onlyone)) do
@@ -267,7 +267,7 @@ function _maybe_handle_atonebyone_blocks!(args)
267
267
for i in idcs
268
268
body = args[i]. args[3 ]
269
269
@gensym onebyone
270
- init_lock_ex = :($ (onebyone) = $ ( Base. ReentrantLock () ))
270
+ init_lock_ex = :($ (onebyone) = Base. ReentrantLock ())
271
271
push! (setup_onebyone_blocks. args, init_lock_ex)
272
272
args[i] = quote
273
273
$ (esc (:lock ))($ (onebyone)) do
You can’t perform that action at this time.
0 commit comments