Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8266a commit 75a3204Copy full SHA for 75a3204
1 file changed
Modules/cjkcodecs/codeccommon.h
@@ -16,9 +16,9 @@
16
#endif
17
18
#define ENCMAP(encoding) \
19
- const static encode_map *encoding##encmap;
+ static const encode_map *encoding##encmap;
20
#define DECMAP(encoding) \
21
- const static decode_map *encoding##decmap;
+ static const decode_map *encoding##decmap;
22
23
#define ENCODER_INIT(encoding) \
24
static int encoding##_encode_init( \
0 commit comments