mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Added decl for Py_InteractiveFlag.
This commit is contained in:
		
							parent
							
								
									775af91911
								
							
						
					
					
						commit
						3f3a2686b8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -38,6 +38,7 @@ extern "C" { | |||
| extern DL_IMPORT(int) Py_DebugFlag; | ||||
| extern DL_IMPORT(int) Py_VerboseFlag; | ||||
| extern DL_IMPORT(int) Py_SuppressPrintingFlag; | ||||
| extern DL_IMPORT(int) Py_InteractiveFlag; | ||||
| 
 | ||||
| void Py_FatalError	Py_PROTO((char *)); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum