diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-14 19:51:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-14 19:51:49 +0200 |
commit | 0e829ea9a5062cac730f5a8368ab2062c1ef67fd (patch) | |
tree | 1390f33f300a78ce1106fb1bc1460d7c06d6b36b /builtin.c | |
parent | b1f63ac08d7da89ac7e8af4df5ca835527fc5b24 (diff) | |
download | egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.tar.gz egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.tar.bz2 egawk-0e829ea9a5062cac730f5a8368ab2062c1ef67fd.zip |
Remove deferred variables.
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |