diff options
Diffstat (limited to 'ext/hash/php_hash_crc32_tables.h')
| -rw-r--r-- | ext/hash/php_hash_crc32_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hash/php_hash_crc32_tables.h b/ext/hash/php_hash_crc32_tables.h index 7e343442e4..6af878b3ac 100644 --- a/ext/hash/php_hash_crc32_tables.h +++ b/ext/hash/php_hash_crc32_tables.h @@ -18,7 +18,7 @@ /* $Id$ */ -static const php_hash_uint32 crc32_table[] = { 0x0, +static const uint32_t crc32_table[] = { 0x0, 0x04c11db7, 0x09823b6e, 0x0d4326d9, 0x130476dc, 0x17c56b6b, 0x1a864db2, 0x1e475005, 0x2608edb8, 0x22c9f00f, 0x2f8ad6d6, 0x2b4bcb61, 0x350c9b64, 0x31cd86d3, 0x3c8ea00a, 0x384fbdbd, @@ -72,7 +72,7 @@ static const php_hash_uint32 crc32_table[] = { 0x0, 0xa2f33668, 0xbcb4666d, 0xb8757bda, 0xb5365d03, 0xb1f740b4 }; -static const php_hash_uint32 crc32b_table[] = { +static const uint32_t crc32b_table[] = { 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, |
