Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-04-22 12:30:03 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-04-22 12:30:03 +0400
commit755b125b775637771f1b6e972a88e290a0c39301 (patch)
treebba4406499b79673674eda9c03e3cad83d74d9e1 /newlib/libc/stdio/local.h
parent27378802eaab30d4e43c2bc34867d2aaf5c3cff6 (diff)
* libc/stdio/local.h (__chclass, __state_table, __action_table):
Add extern to the declarations. * libc/stdlib/local.h (__iso_8859_conv, __cp_conv): Likewise.
Diffstat (limited to 'newlib/libc/stdio/local.h')
-rw-r--r--newlib/libc/stdio/local.h6
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];