mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Squash compiler wng about signed/unsigned mismatch.
This commit is contained in:
		
							parent
							
								
									8f4d3316de
								
							
						
					
					
						commit
						84a0657ee9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -21,7 +21,7 @@ static unsigned char M___hello__[] = { | |||
| 	0,0,0,0, | ||||
| }; | ||||
| 
 | ||||
| #define SIZE sizeof(M___hello__) | ||||
| #define SIZE (int)sizeof(M___hello__) | ||||
| 
 | ||||
| static struct _frozen _PyImport_FrozenModules[] = { | ||||
| 	/* Test module */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Peters
						Tim Peters