diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 22:10:38 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2015-01-20 22:10:38 +0200 |
commit | 941bfc7ad6fc022f9836d282328b7ffc5f70bcb8 (patch) | |
tree | 19bbdc046bc15c9dd569a83276ffee15ccb6b56a /builtin.c | |
parent | a8db21f1aea3b7bbab39a423aad61571dbe2b0ec (diff) | |
parent | 4c01db1833a02173c910d463eaed77ad6ed66195 (diff) | |
download | gawk-print-exp.tar.gz |
Merge branch 'master' into print-expprint-exp
Diffstat (limited to 'builtin.c')
-rw-r--r-- | builtin.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -517,6 +517,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); |