tjr 2004-07-22 09:20:51 UTC FreeBSD src repository Modified files: sys/sys cdefs.h Log: Add a macro, __pure, which expands to __attribute__((__pure__)) on gcc versions that support it (>=2.96). This is similar to but not the same as the __pure macro that was removed in rev. 1.21. Revision Changes Path 1.82 +6 -0 src/sys/sys/cdefs.h