support iccarm

Signed-off-by: shilei <shilei91@huawei.com>
Change-Id: I5bc772ea974a1d188a8b0b9a9684f7acf4525757
This commit is contained in:
shilei
2022-07-12 10:45:16 +08:00
parent 6c98c4be07
commit 424bc594ea
+3 -7
View File
@@ -29,13 +29,9 @@ const char inflate_copyright[] =
table index bits. It will differ if the request is greater than the
longest code or if it is less than the shortest code.
*/
int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
codetype type;
unsigned short FAR *lens;
unsigned codes;
code FAR * FAR *table;
unsigned FAR *bits;
unsigned short FAR *work;
int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
unsigned codes, code FAR * FAR *table,
unsigned FAR *bits, unsigned short FAR *work)
{
unsigned len; /* a code's length in bits */
unsigned sym; /* index of code symbols */