|  | @@ -1,4 +1,4 @@
 | 
	
		
			
				|  |  | -/* Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software Foundation, Inc.
 | 
	
		
			
				|  |  | +/* Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001,2002 Free Software Foundation, Inc.
 | 
	
		
			
				|  |  |     This file is part of the GNU C Library.
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |     The GNU C Library is free software; you can redistribute it and/or
 | 
	
	
		
			
				|  | @@ -124,8 +124,7 @@
 | 
	
		
			
				|  |  |  #if defined __GNUC__ && __GNUC__ >= 2
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
 | 
	
		
			
				|  |  | -# define __ASMNAME(cname)  __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
 | 
	
		
			
				|  |  | -# define __ASMNAME2(prefix, cname) __STRING (prefix) cname
 | 
	
		
			
				|  |  | +# define __ASMNAME(cname) C_SYMBOL_PREFIX cname
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /*
 | 
	
		
			
				|  |  |  #elif __SOME_OTHER_COMPILER__
 |