Files correlati : Commento : Aggiunto il preprocessore c++ mcpp per sostituire il compilatore nella compilazione delle maschere.
		
			
				
	
	
		
			8 lines
		
	
	
		
			337 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			337 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| /* e_ucn.t:     Errors of Universal-character-name sequense.    */
 | |
| 
 | |
| #define macro\U0000001F /* violation of constraint  */
 | |
| #define macro\uD800     /* violation of constraint (only C, not for C++)    */
 | |
| #define macro\u123      /* too short sequence (violation of syntax rule)    */
 | |
| #define macro\U1234567  /* also too short sequence  */
 | |
| 
 |