aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-01-14 19:51:49 +0200
committerArnold D. Robbins <arnold@skeeve.com>2015-01-14 19:51:49 +0200
commit0e829ea9a5062cac730f5a8368ab2062c1ef67fd (patch)
tree1390f33f300a78ce1106fb1bc1460d7c06d6b36b /builtin.c
parentb1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (diff)
downloadegawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.tar.gz
egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.tar.bz2
egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.zip
Remove deferred variables.
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 9b85de2b..1383572a 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);