diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-16 18:35:05 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-11-16 18:35:05 +0000 |
commit | 75e1829ff65760cfd66aa678dfc6fc0e42431958 (patch) | |
tree | 134aeb9aadb88e8719595edaaa40522b99d2a56a /zlib/crc32.h | |
parent | 0ed3336a547e85306b4424b97b9762dbe15db061 (diff) | |
download | linaro-gcc-75e1829ff65760cfd66aa678dfc6fc0e42431958.tar.gz linaro-gcc-75e1829ff65760cfd66aa678dfc6fc0e42431958.tar.bz2 linaro-gcc-75e1829ff65760cfd66aa678dfc6fc0e42431958.zip |
2012-11-16 Matthias Klose <doko@ubuntu.com>
* Imported zlib 1.2.7; merged local changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193574 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/crc32.h')
-rw-r--r-- | zlib/crc32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/crc32.h b/zlib/crc32.h index 8053b6117c0..9e0c7781025 100644 --- a/zlib/crc32.h +++ b/zlib/crc32.h @@ -2,7 +2,7 @@ * Generated automatically by crc32.c */ -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |