Go to the documentation of this file.
36 #define __FUNCTION1(a,b) a ":" #b
37 #define __FUNCTION2(a,b) __FUNCTION1(a,b)
38 #define __FUNCTION__ __FUNCTION2(__FILE__,__LINE__)
42 #define _(str) gettext(str)
45 # define N_(str) gettext_noop(str)
47 # define N_(str) (str)
50 # define N_(str) (str)
54 #define max(a,b) ((a) > (b) ? (a) : (b))
56 #define min(a,b) ((a) < (b) ? (a) : (b))