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 a451ca708..e658402c5 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -82,7 +82,7 @@ typedef struct valinfo VALUE;
static char **args;
/* The name this program was run with. */
-char *program_name;
+char const *program_name;
static VALUE *eval (bool);
static bool nomoreargs (void);