1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-05-14 18:13:53 +00:00

Review of data types to reduce memory usage (no change of functionality)

This commit is contained in:
Robin Stuart
2017-06-10 10:08:27 +01:00
parent 3f7f909644
commit 17be0440cc
11 changed files with 219 additions and 219 deletions

View File

@@ -29,7 +29,7 @@
SUCH DAMAGE.
*/
static const unsigned long int gb18030_twobyte_lookup[] = {
static const unsigned short int gb18030_twobyte_lookup[] = {
0x0144, 0xA8BD,
0x0148, 0xA8BE,
0x01F9, 0xA8BF,
@@ -16527,7 +16527,7 @@ static const unsigned long int gb18030_twobyte_lookup[] = {
0xFFE4, 0xA957
};
static const unsigned long int gb18030_fourbyte_lookup[] = {
static const unsigned short int gb18030_fourbyte_lookup[] = {
0x0080, 0x8130, 0x8130,
0x0081, 0x8130, 0x8131,
0x0082, 0x8130, 0x8132,