Don't undef UC_INLINE in pack.h

This commit is contained in:
Nils O. Selåsdal
2015-05-06 18:28:05 +02:00
parent 99297b153c
commit bb426bfecd
-5
View File
@@ -245,10 +245,5 @@ static UC_INLINE uint64_t uc_unpack_64_be(const uint8_t *r)
return v; return v;
} }
#undef UC_INLINE
#endif #endif