mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	make getarray static - it's only called from ceval.c and is not an
extern-able name.
This commit is contained in:
		
							parent
							
								
									f35f06963b
								
							
						
					
					
						commit
						f118cb1d6f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3644,7 +3644,7 @@ format_exc_check_arg(PyObject *exc, char *format_str, PyObject *obj) | |||
| 
 | ||||
| #ifdef DYNAMIC_EXECUTION_PROFILE | ||||
| 
 | ||||
| PyObject * | ||||
| static PyObject * | ||||
| getarray(long a[256]) | ||||
| { | ||||
| 	int i; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Skip Montanaro
						Skip Montanaro