X-Git-Url: http://git.tuebingen.mpg.de/?p=osl.git;a=blobdiff_plain;f=gcc-compat.h;h=20e07fc8804ed9d40d441c3465e3d91860979506;hp=5d905ed11a73dfd3027d3a770a383f90c5b5a859;hb=2dba3a38dcfe721842404f01e9b2adb59c302604;hpb=aaedc06d0448b048c7d41074985f9ee81e93d077 diff --git a/gcc-compat.h b/gcc-compat.h index 5d905ed..20e07fc 100644 --- a/gcc-compat.h +++ b/gcc-compat.h @@ -13,7 +13,7 @@ # define __printf(p,q) __attribute__ ((format (printf, p, q))) /* * 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. + * for those values p,q that are actually used by libosl. */ #define __printf_1_2 __printf(1,2) #define __printf_2_3 __printf(2,3)