diff options
Diffstat (limited to 'newlib/libc/stdio/local.h')
-rw-r--r-- | newlib/libc/stdio/local.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libc/stdio/local.h b/newlib/libc/stdio/local.h index 7305bd58c..b69524c57 100644 --- a/newlib/libc/stdio/local.h +++ b/newlib/libc/stdio/local.h @@ -222,6 +222,6 @@ typedef enum { PWPOS, /* get positional parameter value for variable width or precision */ } __ACTION; -_CONST __CH_CLASS __chclass[256]; -_CONST __STATE __state_table[MAX_STATE][MAX_CH_CLASS]; -_CONST __ACTION __action_table[MAX_STATE][MAX_CH_CLASS]; +extern _CONST __CH_CLASS __chclass[256]; +extern _CONST __STATE __state_table[MAX_STATE][MAX_CH_CLASS]; +extern _CONST __ACTION __action_table[MAX_STATE][MAX_CH_CLASS]; |