forked from qt-creator/qt-creator
		
	Change-Id: I60d25109ae8fe3628b1899078a21010263787c33 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			411 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			411 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| # 1 "data/identifier-expansion.3.cpp"
 | |
| # 8 "data/identifier-expansion.3.cpp"
 | |
| enum op_code {
 | |
| #gen true
 | |
| # 6 "data/identifier-expansion.3.cpp"
 | |
| op_ADD, op_SUB,
 | |
| #gen false
 | |
| # 10 "data/identifier-expansion.3.cpp"
 | |
| };
 | |
| 
 | |
| static const char *names[] = {
 | |
| #gen true
 | |
| # 2 "data/identifier-expansion.3.cpp"
 | |
|             "ADD"
 | |
| 
 | |
| 
 | |
| ,
 | |
| # 3 "data/identifier-expansion.3.cpp"
 | |
|  "SUB"
 | |
| 
 | |
| ,
 | |
| #gen false
 | |
| # 14 "data/identifier-expansion.3.cpp"
 | |
| };
 |