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 0f27166 commit 7c7b3daCopy full SHA for 7c7b3da
1 file changed
Modules/cjkcodecs/cjkcodecs.h
@@ -57,6 +57,12 @@ struct pair_encodemap {
57
DBCHAR code;
58
};
59
60
+/* There are really static, and (re)declared so later by the expansions
61
+ * of the BEGIN_MAPPINGS_LIST and BEGIN_CODECS_LIST macros, but it's
62
+ * not legal C to declare a static array of unknown size. It would be
63
+ * better if the code were rearranged so as to not require declaration
64
+ * of these names before the macros define them.
65
+ */
66
extern const MultibyteCodec codec_list[];
67
extern const struct dbcs_map mapping_list[];
68
0 commit comments