aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-06-14 21:31:15 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-06-14 21:31:15 +0300
commitc630e8cfcec2c34f2038f93f48867c79d493d494 (patch)
tree4e066428f8c03e3c9fb4bfa04c620e409e2e10fa /ext.c
parent0d9aad3848b7e0d6717ca30b71bb788d8134a4a3 (diff)
parent92edf3d8864ca092c9cffb7e1211e38ef7556be5 (diff)
downloadegawk-c630e8cfcec2c34f2038f93f48867c79d493d494.tar.gz
egawk-c630e8cfcec2c34f2038f93f48867c79d493d494.tar.bz2
egawk-c630e8cfcec2c34f2038f93f48867c79d493d494.zip
Merge branch 'master' into feature/cmake
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 c0d6f150..ce040ed7 100644
--- a/ext.c
+++ b/ext.c
@@ -152,7 +152,7 @@ NODE *
get_argument(int i)
{
NODE *t;
- int arg_count, pcount;
+ int arg_count;
INSTRUCTION *pc;
pc = TOP()->code_ptr; /* Op_ext_builtin instruction */