|  | @@ -64,7 +64,7 @@ typedef union xcptr {
 | 
	
		
			
				|  |  |  #define __unused	__attribute__((__unused__))
 | 
	
		
			
				|  |  |  #define __must_inline	__attribute__((__always_inline__))
 | 
	
		
			
				|  |  |  #define __noinline	__attribute__ ((__noinline__))
 | 
	
		
			
				|  |  | -#define __constfunc	__attribute__((__const__)
 | 
	
		
			
				|  |  | +#define __constfunc	__attribute__((__const__))
 | 
	
		
			
				|  |  |  #define __purefunc	__attribute__((__pure__))
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  #define __fmt_printf(fstr,farg)	__attribute__((__format__(__printf__,fstr,farg)))
 |