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