aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
Diffstat (limited to 're.c')
-rw-r--r--re.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/re.c b/re.c
index d0dbfaaa29..badd321782 100644
--- a/re.c
+++ b/re.c
@@ -311,7 +311,7 @@ char_to_option(int c)
return val;
}
-static const int OPTBUF_SIZE = 4;
+enum { OPTBUF_SIZE = 4 };
static char *
option_to_str(char str[OPTBUF_SIZE], int options)