diff --git a/syn.c b/syn.c index bcb5a5a..7975c33 100644 --- a/syn.c +++ b/syn.c @@ -272,7 +272,7 @@ get_command(int cf, int sALIAS) XPtrV args, vars; struct nesting_state old_nesting; bool check_decl_utility; - static struct ioword *iops[NUFILE + 1]; + struct ioword *iops[NUFILE + 1]; XPinit(args, 16); XPinit(vars, 16);