summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libidu/scanners.c10
-rw-r--r--src/fid.c2
-rw-r--r--src/fnid.c2
-rw-r--r--src/lid.c2
-rw-r--r--src/mkid.c2
-rw-r--r--src/xtokid.c2
6 files changed, 10 insertions, 10 deletions
diff --git a/libidu/scanners.c b/libidu/scanners.c
index 4a32207..02aa972 100644
--- a/libidu/scanners.c
+++ b/libidu/scanners.c
@@ -74,7 +74,7 @@ static struct token *get_token_lisp (FILE *in_FILE, void const *args, int *flags
static void *parse_args_lisp (char **argv, int argc);
static void help_me_lisp (void);
-static const struct language const languages_0[] =
+static struct language const languages_0[] =
{
{ "C", parse_args_c, get_token_c, help_me_c },
{ "C++", parse_args_c, get_token_c, help_me_cpp },
@@ -423,7 +423,7 @@ struct args_c
static struct args_c args_c = { 0, ctype_c };
-static const struct option const long_options_c[] =
+static struct option const long_options_c[] =
{
{ "keep", required_argument, 0, 'k' },
{ "ignore", required_argument, 0, 'i' },
@@ -832,7 +832,7 @@ struct args_asm
static struct args_asm args_asm = { 1, 0, ctype_asm };
-static const struct option const long_options_asm[] =
+static struct option const long_options_asm[] =
{
{ "comment", required_argument, 0, 'c' },
{ "keep", required_argument, 0, 'k' },
@@ -1106,7 +1106,7 @@ struct args_text
static struct args_text args_text = { ctype_text };
-static const struct option const long_options_text[] =
+static struct option const long_options_text[] =
{
{ "include", required_argument, 0, 'i' },
{ "exclude", required_argument, 0, 'x' },
@@ -1310,7 +1310,7 @@ struct args_perl
static struct args_perl args_perl = { 1, ctype_perl };
-static const struct option const long_options_perl[] =
+static struct option const long_options_perl[] =
{
{ "include", required_argument, 0, 'i' },
{ "exclude", required_argument, 0, 'x' },
diff --git a/src/fid.c b/src/fid.c
index aaff56d..46d9442 100644
--- a/src/fid.c
+++ b/src/fid.c
@@ -58,7 +58,7 @@ static struct file_link **members_0;
static unsigned int bits_vec_size;
static char *hits_buf;
-static const struct option const long_options[] =
+static struct option const long_options[] =
{
{ "file", required_argument, 0, 'f' },
{ "help", no_argument, &show_help, 1 },
diff --git a/src/fnid.c b/src/fnid.c
index 7aa672c..c8e5fc8 100644
--- a/src/fnid.c
+++ b/src/fnid.c
@@ -55,7 +55,7 @@ usage (void)
exit (1);
}
-static const struct option const long_options[] =
+static struct option const long_options[] =
{
{ "file", required_argument, 0, 'f' },
{ "separator", required_argument, 0, 'S' },
diff --git a/src/lid.c b/src/lid.c
index d7a3a1c..7db355e 100644
--- a/src/lid.c
+++ b/src/lid.c
@@ -211,7 +211,7 @@ static unsigned int frequency_high = USHRT_MAX;
static struct file_link *cw_dlink;
static struct file_link **members_0;
-static const struct option const long_options[] =
+static struct option const long_options[] =
{
{ "file", required_argument, 0, 'f' },
{ "frequency", required_argument, 0, 'F' },
diff --git a/src/mkid.c b/src/mkid.c
index 7840e67..4132f84 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -128,7 +128,7 @@ usage (void)
exit (1);
}
-static const struct option const long_options[] =
+static struct option const long_options[] =
{
{ "file", required_argument, 0, 'f' },
{ "output", required_argument, 0, 'o' },
diff --git a/src/xtokid.c b/src/xtokid.c
index c7f67aa..36aa356 100644
--- a/src/xtokid.c
+++ b/src/xtokid.c
@@ -51,7 +51,7 @@ usage (void)
exit (1);
}
-static const struct option const long_options[] =
+static struct option const long_options[] =
{
{ "include", required_argument, 0, 'i' },
{ "exclude", required_argument, 0, 'x' },