diff options
Diffstat (limited to 'py/unicode.c')
-rw-r--r-- | py/unicode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/unicode.c b/py/unicode.c index 5acaad3788..81a37880f3 100644 --- a/py/unicode.c +++ b/py/unicode.c @@ -48,7 +48,7 @@ #define AT_LX (FL_LOWER | FL_ALPHA | FL_PRINT | FL_XDIGIT) // table of attributes for ascii characters -STATIC const uint8_t attr[] = { +static const uint8_t attr[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, AT_SP, AT_SP, AT_SP, AT_SP, AT_SP, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |