有关gcc attribute 机制的理解
看memcache源码,unit.h中有段代码,如下#ifdef __GCC# define __gcc_attribute__ __attribute__#else# define __gcc_attribute__(x)#endif/** * Vararg variant of perror that makes for more useful error messages * when reporting with parameters. * * @param fmt a printf f