mirror of
https://git.tukaani.org/xz.git
synced 2025-04-01 21:30:58 +00:00
Typo fix to sysdefs.h.
Thanks to Jonathan Nieder.
This commit is contained in:
parent
8767b41534
commit
f057a33c6f
@ -50,7 +50,7 @@
|
|||||||
// we can work without inttypes.h thanks to Autoconf tests.
|
// we can work without inttypes.h thanks to Autoconf tests.
|
||||||
#ifndef UINT32_C
|
#ifndef UINT32_C
|
||||||
# if UINT_MAX != 4294967295U
|
# if UINT_MAX != 4294967295U
|
||||||
# error UINT32_C is not defined and unsiged int is not 32-bit.
|
# error UINT32_C is not defined and unsigned int is not 32-bit.
|
||||||
# endif
|
# endif
|
||||||
# define UINT32_C(n) n ## U
|
# define UINT32_C(n) n ## U
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user