diff options
author | Björn Gustavsson <[email protected]> | 2014-01-09 12:26:18 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-01-14 09:30:34 +0100 |
commit | 9205b6671892e7516e8571e4ecf19bfa2ade1130 (patch) | |
tree | e2027206adefa16bdd3a323824986ef0719b4806 /erts/emulator/zlib/crc32.h | |
parent | 069f9ec3dfd7a4dc17973e22dc271d40ebe11467 (diff) | |
download | otp-9205b6671892e7516e8571e4ecf19bfa2ade1130.tar.gz otp-9205b6671892e7516e8571e4ecf19bfa2ade1130.tar.bz2 otp-9205b6671892e7516e8571e4ecf19bfa2ade1130.zip |
Update zlib to 1.2.8
Diffstat (limited to 'erts/emulator/zlib/crc32.h')
-rw-r--r-- | erts/emulator/zlib/crc32.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/erts/emulator/zlib/crc32.h b/erts/emulator/zlib/crc32.h index 49cd69a4c2..9e0c778102 100644 --- a/erts/emulator/zlib/crc32.h +++ b/erts/emulator/zlib/crc32.h @@ -2,9 +2,7 @@ * Generated automatically by crc32.c */ -/* %ExternalCopyright% */ - -local const unsigned long FAR crc_table[TBLS][256] = +local const z_crc_t FAR crc_table[TBLS][256] = { { 0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL, |