fixed for compilation with IAR compiler

This commit is contained in:
Joakim Eriksson 2011-04-06 20:14:30 +02:00
parent 928bf6b6c1
commit d8e54ca585
7 changed files with 27 additions and 7 deletions

View file

@ -33,9 +33,9 @@
#ifndef __ME_TABS_H__
#define __ME_TABS_H__
const unsigned short me_encode_tab[256];
const unsigned char me_decode_tab[256];
const unsigned char me_valid_tab[256];
extern const unsigned short me_encode_tab[256];
extern const unsigned char me_decode_tab[256];
extern const unsigned char me_valid_tab[256];
#endif /* __ME_TABS_H__ */