The unified diff between revisions [23a3e9a5..] and [d0420ebd..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'types.h'

#
# old_revision [23a3e9a50b4034343e3bd217d2c225dcaec064dd]
# new_revision [d0420ebd87c820e33a32b29727989516e15980a8]
#
# patch "types.h"
#  from [00b92d607bdb71185e8326714de30eb16d3329ff]
#    to [36b3274ddc55e8a7879472b3977392bcb3da8521]
#
============================================================
--- types.h	00b92d607bdb71185e8326714de30eb16d3329ff
+++ types.h	36b3274ddc55e8a7879472b3977392bcb3da8521
@@ -7,6 +7,6 @@ typedef int bool;
 
 #define NULL 0
 
-typedef int size_t;
+typedef unsigned int size_t;
 
 #endif /* __TYPES_H */