mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	Undo the change here -- there's no point in declaring a static
function as DL_IMPORT()!
This commit is contained in:
		
							parent
							
								
									f484a3366b
								
							
						
					
					
						commit
						f0f3600d0b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -106,7 +106,7 @@ static struct PycStringIO_CAPI {
 | 
				
			||||||
#define PycStringIO_OutputCheck(O) \
 | 
					#define PycStringIO_OutputCheck(O) \
 | 
				
			||||||
  ((O)->ob_type==PycStringIO->OutputType)
 | 
					  ((O)->ob_type==PycStringIO->OutputType)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static DL_IMPORT(void *)
 | 
					static void *
 | 
				
			||||||
xxxPyCObject_Import(module_name, name)
 | 
					xxxPyCObject_Import(module_name, name)
 | 
				
			||||||
  char *module_name;
 | 
					  char *module_name;
 | 
				
			||||||
  char *name;
 | 
					  char *name;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue