Deleted Added
full compact
35c35
< lzma_allocator *allocator lzma_attribute((unused)),
---
> lzma_allocator *allocator lzma_attribute((__unused__)),
106c106
< // Round up to to the next 2^n or 2^n + 2^(n - 1) depending on which
---
> // Round up to the next 2^n or 2^n + 2^(n - 1) depending on which