aboutsummaryrefslogtreecommitdiff
path: root/coreutils/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/expr.c')
-rw-r--r--coreutils/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/expr.c b/coreutils/expr.c
index f75f6e0de..b6bd383f6 100644
--- a/coreutils/expr.c
+++ b/coreutils/expr.c
@@ -278,7 +278,7 @@ static VALUE *eval7(void)
278static VALUE *eval6(void) 278static VALUE *eval6(void)
279{ 279{
280 VALUE *l, *r, *v = NULL /* silence gcc */, *i1, *i2; 280 VALUE *l, *r, *v = NULL /* silence gcc */, *i1, *i2;
281 const char * const keywords[] = { 281 static const char * const keywords[] = {
282 "quote", "length", "match", "index", "substr", NULL 282 "quote", "length", "match", "index", "substr", NULL
283 }; 283 };
284 284