73eab246fb
Any "#define restrict ..." line may conflict with MSVC header files that use "__declspec(restrict)". Define our own LZMA_RESTRICT macro in "Utilities/cmliblzma/config.h.in" and transform liblzma code to use it: git grep -lE '\<restrict\>' Utilities/cmliblzma/liblzma | xargs sed -i 's/\<restrict\>/LZMA_RESTRICT/g' |
||
---|---|---|
.. | ||
arm.c | ||
armthumb.c | ||
ia64.c | ||
powerpc.c | ||
simple_coder.c | ||
simple_coder.h | ||
simple_decoder.c | ||
simple_decoder.h | ||
simple_encoder.c | ||
simple_encoder.h | ||
simple_private.h | ||
sparc.c | ||
x86.c |