diff options
Diffstat (limited to 'gcc/java/jv-scan.c')
-rw-r--r-- | gcc/java/jv-scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jv-scan.c b/gcc/java/jv-scan.c index bf7fd41..4120a2f 100644 --- a/gcc/java/jv-scan.c +++ b/gcc/java/jv-scan.c @@ -76,7 +76,7 @@ int pedantic = 0; #define OPT_VERSION LONG_OPT (1) #define OPT_ENCODING LONG_OPT (2) -static struct option options[] = +static const struct option options[] = { { "help", no_argument, NULL, OPT_HELP }, { "version", no_argument, NULL, OPT_VERSION }, |