Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			209 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| /* e_29_3.t:    #undef errors.  */
 | |
| 
 | |
| /* 29.3:    Not an identifier.  */
 | |
| #undef  "string"
 | |
| #undef  123
 | |
| 
 | |
| /* 29.4:    Excessive token sequence.   */
 | |
| #undef  MACRO_0     Junk
 | |
| 
 | |
| /* 29.5:    No argument.    */
 | |
| #undef
 | |
| 
 |