aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
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 */