The unified diff between revisions [23a3e9a5..] and [81e4dce2..] 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 [81e4dce274e79dd9187ed4bd182e1d6fc0fdfb37]
#
# 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 */