mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 08:04:36 -04:00
Review of data types to reduce memory usage (no change of functionality)
This commit is contained in:
parent
3f7f909644
commit
17be0440cc
11 changed files with 219 additions and 219 deletions
|
@ -39,7 +39,7 @@
|
|||
## You can use, modify, distribute this table freely.
|
||||
*/
|
||||
|
||||
unsigned long int sjis_lookup[] = {
|
||||
static const unsigned short int sjis_lookup[] = {
|
||||
0x005C, 0x815F, // REVERSE SOLIDUS
|
||||
0x00A2, 0x8191, // CENT SIGN
|
||||
0x00A3, 0x8192, // POUND SIGN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue