summaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index db9586922..61a6c091d 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -62,7 +62,7 @@ struct valinfo
typedef struct valinfo VALUE;
/* The arguments given to the program, minus the program name. */
-char **args;
+static char **args;
/* The name this program was run with. */
char *program_name;