fbnzk / leveldb

Automatically exported from code.google.com/p/leveldb
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

use PLATFORM_IS_LITTLE_ENDIAN in util/coding.cc #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
util/coding.cc currently uses __BYTE_ORDER and __LITTLE_ENDIAN to detect 
endianness when the port header already does this, and the port header may not 
provide __BYTE_ORDER etc.

Original issue reported on code.google.com by jonat...@d14n.org on 16 Aug 2012 at 3:38

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in 1.6.0

Original comment by san...@google.com on 12 Oct 2012 at 8:01