unterminated conditional directive

This commit is contained in:
Igor Canadi 2014-03-14 10:22:37 -07:00
parent f74659ac9f
commit 56dce9bf8e
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ static inline uint32_t LE_LOAD32(const uint8_t *p) {
static inline uint64_t LE_LOAD64(const uint8_t *p) {
return DecodeFixed64(reinterpret_cast<const char*>(p));
}
#else
#endif
static inline void Slow_CRC32(uint64_t* l, uint8_t const **p) {
uint32_t c = *l ^ LE_LOAD32(*p);