aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-14 19:54:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-14 19:54:25 +0200
commit976be25f6d3ea05f658a43abee336fe7e3bd419d (patch)
tree9658c84c0806674b698c42d6528f8d278265537e /builtin.c
parent2ff844d50c0ecbc4dc660cf7e8989476f56fb3e7 (diff)
parent0e829ea9a5062cac730f5a8368ab2062c1ef67fd (diff)
downloadegawk-976be25f6d3ea05f658a43abee336fe7e3bd419d.tar.gz
egawk-976be25f6d3ea05f658a43abee336fe7e3bd419d.tar.bz2
egawk-976be25f6d3ea05f658a43abee336fe7e3bd419d.zip
Merge branch 'gawk-4.1-stable'
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 50017c48..38a974fc 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);