aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-20 22:05:05 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-20 22:05:05 +0200
commit812d26bb6b672f3f5153c00e4edcb2377a723afd (patch)
tree3178af3ca22a20b07bd3ef9716d81df181f04761 /builtin.c
parent128a3e884d9541ec5b96c02a19db38ac3c404bf1 (diff)
parent4c01db1833a02173c910d463eaed77ad6ed66195 (diff)
downloadegawk-812d26bb6b672f3f5153c00e4edcb2377a723afd.tar.gz
egawk-812d26bb6b672f3f5153c00e4edcb2377a723afd.tar.bz2
egawk-812d26bb6b672f3f5153c00e4edcb2377a723afd.zip
Merge branch 'master' into wasted-byte
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin.c b/builtin.c
index befe471b..877a0b63 100644
--- a/builtin.c
+++ b/builtin.c
@@ -510,6 +510,9 @@ do_length(int nargs)
* Support for deferred loading of array elements requires that
* we use the array length interface even though it isn't
* necessary for the built-in array types.
+ *
+ * 1/2015: The deferred arrays are gone, but this is probably
+ * still a good idea.
*/
size = assoc_length(tmp);