mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Remove legacy use of __SC__; no longer needed now that ANSI source is
the standard for Python implementation.
This commit is contained in:
		
							parent
							
								
									fd99de6470
								
							
						
					
					
						commit
						1f0968c5f8
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -112,12 +112,7 @@ fill_free_list(void)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PyObject *
 | 
					PyObject *
 | 
				
			||||||
#ifdef __SC__
 | 
					 | 
				
			||||||
PyFloat_FromDouble(double fval)
 | 
					PyFloat_FromDouble(double fval)
 | 
				
			||||||
#else
 | 
					 | 
				
			||||||
PyFloat_FromDouble(fval)
 | 
					 | 
				
			||||||
	double fval;
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	register PyFloatObject *op;
 | 
						register PyFloatObject *op;
 | 
				
			||||||
	if (free_list == NULL) {
 | 
						if (free_list == NULL) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue