@ -23,6 +23,7 @@
#define VERSION "git-20110119"
#define ABS(a) ((a) < 0 ? (-(a)) : (a))
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))
The note is not visible to the blocked user.