pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / lib / stdint.h
index c7b78395801ef83e683b106da507f715c65b4351..ef5f214e150a59102dc313c6702483b6e26d7a9f 100644 (file)
@@ -24,7 +24,7 @@ typedef unsigned short int uint16_t;
 #define UINT16_MAX 65535
 
 typedef unsigned int uint32_t;
-#define UINT32_MAX 4294967295
+#define UINT32_MAX 4294967295U
 
 typedef unsigned long long int uint64_t;
 #define UINT64_MAX 18446744073709551615ULL