mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Fix to use Py_UCS4. By Bill Tutt.
This commit is contained in:
		
							parent
							
								
									e12896ec98
								
							
						
					
					
						commit
						bc30b11764
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
 | 
				
			||||||
typedef struct 
 | 
					typedef struct 
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    const char *pszUCN;
 | 
					    const char *pszUCN;
 | 
				
			||||||
    unsigned int uiValue;
 | 
					    Py_UCS4 value;
 | 
				
			||||||
} _Py_UnicodeCharacterName;
 | 
					} _Py_UnicodeCharacterName;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"""
 | 
					"""
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue