diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ext.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2016-06-14 Arnold D. Robbins <arnold@skeeve.com> + + * ext.c (get_argument): Remove unused variable pcount. + 2016-06-10 Arnold D. Robbins <arnold@skeeve.com> * config.guess, config.sub: Get latest from Gnulib master. @@ -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 */ |