X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gcc-compat.h;h=ba1d82ead77ac6ae937a15a4e691ba8afc2f21b2;hp=45d9c9ba8dcf1497001014a6fa06841c427d08be;hb=0cbd0ac87ebe208b0d47df28e86c16886bdb687d;hpb=b908fa3f5577d1f64bd8628d03a344aee2ca6fa1 diff --git a/gcc-compat.h b/gcc-compat.h index 45d9c9ba..ba1d82ea 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -9,6 +9,7 @@ * the number of the first variadic parameter. */ # define __printf(p,q) __attribute__ ((format (printf, p, q))) +# define __a_const __attribute__ ((const)) /* * as direct use of __printf(p,q) confuses doxygen, here are two extra macros * for those values p,q that are actually used by paraslash.