diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-05-19 09:45:01 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-05-19 09:45:01 +0200 |
commit | e41fb43474e34f43c26decf95aedb4a559831a3b (patch) | |
tree | c12d323a080b794554048d8b862e8fc1af295eb4 /src/zlib/crc32.h | |
parent | b8e3800b549b46fd9d2c27c41fde3e993e47ad7a (diff) |
Small changes to the build process
Diffstat (limited to 'src/zlib/crc32.h')
-rw-r--r-- | src/zlib/crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zlib/crc32.h b/src/zlib/crc32.h index 9e0c778..8053b61 100644 --- a/src/zlib/crc32.h +++ b/src/zlib/crc32.h @@ -2,7 +2,7 @@ * Generated automatically by crc32.c */ -local const z_crc_t FAR crc_table[TBLS][256] = +local const unsigned long FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |