hapsunday / miniz

Automatically exported from code.google.com/p/miniz
0 stars 0 forks source link

[PATCH] supports armcc #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current miniz doesn't support ARM compiler. When compiling with ARM compiler, 
the following error occurred.

"xxxx/miniz.c", line 2299: Error:  #65: expected a ";"
  static MZ_FORCEINLINE void tdefl_find_match(tdefl_compressor *d, mz_uint lookahead_pos, mz_uint max_dist, mz_uint max_match_len, mz_uint *pMatch_dist, mz_uint *pMatch_len)
                        ^

This patch supports ARM compiler and fixes the error.

Thanks

Original issue reported on code.google.com by komami...@gmail.com on 7 Feb 2014 at 10:03

Attachments: