* libc/stdio/local.h (__chclass, __state_table, __action_table):
Add extern to the declarations. * libc/stdlib/local.h (__iso_8859_conv, __cp_conv): Likewise.
This commit is contained in:
@ -57,10 +57,10 @@ int __big5_mbtowc (struct _reent *, wchar_t *, const char *, size_t,
|
||||
#endif
|
||||
#endif
|
||||
|
||||
wchar_t __iso_8859_conv[14][0x60];
|
||||
extern wchar_t __iso_8859_conv[14][0x60];
|
||||
int __iso_8859_index (const char *);
|
||||
|
||||
wchar_t __cp_conv[12][0x80];
|
||||
extern wchar_t __cp_conv[12][0x80];
|
||||
int __cp_index (const char *);
|
||||
|
||||
#include <float.h>
|
||||
|
Reference in New Issue
Block a user