Fix # -> ## in a macro in lzma.h.
This commit is contained in:
parent
1aae869874
commit
b2172cf823
|
@ -103,7 +103,7 @@
|
||||||
* before including lzma.h.
|
* before including lzma.h.
|
||||||
*/
|
*/
|
||||||
# ifndef UINT32_C
|
# ifndef UINT32_C
|
||||||
# define UINT32_C(n) n # U
|
# define UINT32_C(n) n ## U
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# ifndef UINT64_C
|
# ifndef UINT64_C
|
||||||
|
|
Loading…
Reference in New Issue