aboutsummaryrefslogtreecommitdiffstats
path: root/cint_array.c
diff options
context:
space:
mode:
Diffstat (limited to 'cint_array.c')
-rw-r--r--cint_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cint_array.c b/cint_array.c
index 63c477b6..91947766 100644
--- a/cint_array.c
+++ b/cint_array.c
@@ -77,7 +77,7 @@ const array_funcs_t cint_array_func = {
static NODE **argv_store(NODE *symbol, NODE *subs);
/* special case for ARGV in sandbox mode */
-const array_funcs_t argv_array_func = {
+static const array_funcs_t argv_array_func = {
"argv",
cint_array_init,
is_uinteger,