1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Fix # -> ## in a macro in lzma.h.

This commit is contained in:
Lasse Collin 2009-01-31 08:49:54 +02:00
parent 1aae869874
commit b2172cf823

View file

@ -103,7 +103,7 @@
* before including lzma.h.
*/
# ifndef UINT32_C
# define UINT32_C(n) n # U
# define UINT32_C(n) n ## U
# endif
# ifndef UINT64_C