diff options
author | glenda <glenda@cirno> | 2022-09-18 14:55:48 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-18 14:55:48 +0000 |
commit | 269c81f0217999367b4180e6a795142cbb2d02e7 (patch) | |
tree | 5b9299a3a7a2304ebc4259c1570c378e17f1e28f /apl9.h | |
parent | 6430127cc4503e2e7e40f86ccc68594ced055274 (diff) |
Implement remote message passing via pipes!
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ struct DfnFrame ErrorGuard *errorguards; /* a linked list of error handlers */ DfnFrame *prev; /* prev in the call stack */ DfnFrame *chain; /* prev in the lexical scope */ + int keep; /* prevents it from being freed */ }; struct ThreadData |