1 /* Turn off the GCC specific __attribute__ keyword */
2 #if !defined (__GNUC__) || __GNUC__ < 2
3 # define __attribute__(x)
4 #endif
5 
6 @TOP@
7 
8 @BOTTOM@
9