aboutsummaryrefslogtreecommitdiff
path: root/gdb/f-lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r--gdb/f-lang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c
index 54d56f0..49f7b03 100644
--- a/gdb/f-lang.c
+++ b/gdb/f-lang.c
@@ -471,7 +471,7 @@ operator_check_f (struct expression *exp, int pos,
return 0;
}
-static const char *f_extensions[] =
+static const char * const f_extensions[] =
{
".f", ".F", ".for", ".FOR", ".ftn", ".FTN", ".fpp", ".FPP",
".f90", ".F90", ".f95", ".F95", ".f03", ".F03", ".f08", ".F08",