diff options
author | glenda <glenda@cirno> | 2022-09-11 09:17:43 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-11 09:17:43 +0000 |
commit | 759d2d541d943fe95138789477fa6faddf6e3e08 (patch) | |
tree | fc579523c78d4e073dc058777c9ab6a335087bde /apl9.h | |
parent | a1a9641baeab04b954420122b6fd1c9428a757b5 (diff) |
Clone all symbols in scope when spawning a new thread (closures), since the scope may get freed.
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -301,6 +301,7 @@ vlong globalIO(void); void globalIOset(vlong); int globalDIV(void); void globalDIVset(int); +DfnFrame *dupscope(DfnFrame *); /* memory.c */ void *emalloc(ulong); |