diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-19 20:54:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-19 20:54:19 +0300 |
commit | fd3c1195711270a001d860770098b8c0d9118c10 (patch) | |
tree | c5e0539da1f8f826b3f17839e6186d800b8f13c7 /ext.c | |
parent | 3a40be8a79f9d4e4bb205cca4eb15b1ee811f60c (diff) | |
download | egawk-fd3c1195711270a001d860770098b8c0d9118c10.tar.gz egawk-fd3c1195711270a001d860770098b8c0d9118c10.tar.bz2 egawk-fd3c1195711270a001d860770098b8c0d9118c10.zip |
Delete marked elements from flattened array.
Diffstat (limited to 'ext.c')
-rw-r--r-- | ext.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ make_builtin(const awk_ext_func_t *funcinfo) /* get_argument --- get the i'th argument of a dynamically linked function */ -NODE * +static NODE * get_argument(int i) { NODE *t; |