aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-19 20:54:19 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-19 20:54:19 +0300
commitfd3c1195711270a001d860770098b8c0d9118c10 (patch)
treec5e0539da1f8f826b3f17839e6186d800b8f13c7 /ext.c
parent3a40be8a79f9d4e4bb205cca4eb15b1ee811f60c (diff)
downloadegawk-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.c b/ext.c
index d0755ccd..4945c7cb 100644
--- a/ext.c
+++ b/ext.c
@@ -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;