The unified diff between revisions [dea51752..] 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 [dea51752ff3061ddca80de6685b04dac53ac77e1]
# new_revision [d0420ebd87c820e33a32b29727989516e15980a8]
#
# patch "types.h"
#  from [49a315c562aaaebae9b01bb9c80bb51b7bd548cb]
#    to [36b3274ddc55e8a7879472b3977392bcb3da8521]
#
============================================================
--- types.h	49a315c562aaaebae9b01bb9c80bb51b7bd548cb
+++ types.h	36b3274ddc55e8a7879472b3977392bcb3da8521
@@ -5,4 +5,8 @@ typedef int bool;
 #define TRUE 1
 #define FALSE 0
 
+#define NULL 0
+
+typedef unsigned int size_t;
+
 #endif /* __TYPES_H */