aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.c b/test.c
index ab9c23e4b..79db8cbb6 100644
--- a/test.c
+++ b/test.c
@@ -110,10 +110,10 @@ enum token_types {
PAREN
};
-struct t_op {
+static const struct t_op {
const char *op_text;
short op_num, op_type;
-} const ops [] = {
+} ops [] = {
{"-r", FILRD, UNOP},
{"-w", FILWR, UNOP},
{"-x", FILEX, UNOP},