aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'symbol.c')
-rw-r--r--symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbol.c b/symbol.c
index f4516ebbe4..45d49d20d9 100644
--- a/symbol.c
+++ b/symbol.c
@@ -51,7 +51,7 @@ Init_op_tbl(void)
}
}
-enum {ID_ENTRY_UNIT = 512};
+static const int ID_ENTRY_UNIT = 512;
enum id_entry_type {
ID_ENTRY_STR,