From dbb716d26d82ab8fbe44601f4af2ad9873d1dc1c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 12 Feb 2022 14:06:30 +0000 Subject: Handle prototypes a bit better, but I suspect not everywhere --- apl9.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apl9.h') diff --git a/apl9.h b/apl9.h index 1208cac..bbba10f 100644 --- a/apl9.h +++ b/apl9.h @@ -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: -- cgit v1.2.3