diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-13 19:45:22 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2022-01-13 19:45:22 +0000 |
commit | 50d6dd8b50958271bf1ff13f99dc21d4cd8431f7 (patch) | |
tree | 504f2a16f29fefedc7ff0a326475f122d018590a /mkfile | |
parent | b1b55e907a5aaf177344769d2b303351ba936bff (diff) |
Implement basic reference counting for arrays, which so they
get freed when not in use anymore.
Diffstat (limited to 'mkfile')
-rw-r--r-- | mkfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ OFILES=\ array.$O\ functions.$O\ symbol.$O\ + memory.$O\ HFILES=\ apl9.h\ |