Add missing static keywords to dc(1)
This commit is contained in:
parent
91ffce3875
commit
62515a1ff3
@ -39,9 +39,9 @@ static void usage(void);
|
||||
|
||||
extern char *__progname;
|
||||
|
||||
struct source src;
|
||||
static struct source src;
|
||||
|
||||
struct option long_options[] =
|
||||
static const struct option long_options[] =
|
||||
{
|
||||
{"expression", required_argument, NULL, 'e'},
|
||||
{"file", required_argument, NULL, 'f'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user