8 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			147 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $Id$ */
 | 
						|
 | 
						|
struct tokenname	{	/*	Used for defining the name of a
 | 
						|
					token as identified by its symbol
 | 
						|
				*/
 | 
						|
	int tn_symbol;
 | 
						|
	char *tn_name;
 | 
						|
};
 |