diff options
author | Peter Mikkelsen <peter@pmikkelsen.com> | 2022-02-12 14:06:30 +0000 |
---|---|---|
committer | Peter Mikkelsen <peter@pmikkelsen.com> | 2022-02-12 14:06:30 +0000 |
commit | dbb716d26d82ab8fbe44601f4af2ad9873d1dc1c (patch) | |
tree | 0d90a237b289a566b1f0f27cd36ff4df6efe54a0 /apl9.h | |
parent | c07082b46a0a54b4164be67f8b7d18cd24843030 (diff) |
Handle prototypes a bit better, but I suspect not everywhere
Diffstat (limited to 'apl9.h')
-rw-r--r-- | apl9.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -104,6 +104,7 @@ struct Array Rune *runedata; Mixed *mixeddata; Array **arraydata; + Array *prototype; /* only in use when size == 0 and type == AtypeArray */ }; u64int info; /* info is a bitmap of information, divided as follows: |