mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Remove unnecessary extern variable
This commit is contained in:
		
							parent
							
								
									ec77645df9
								
							
						
					
					
						commit
						e536892541
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -82,8 +82,6 @@ static PyObject *parsenumber(const char *); | |||
| static PyObject *parsestr(const char *s, const char *encoding); | ||||
| static PyObject *parsestrplus(struct compiling *, const node *n); | ||||
| 
 | ||||
| extern grammar _PyParser_Grammar; /* From graminit.c */ | ||||
| 
 | ||||
| #ifndef LINENO | ||||
| #define LINENO(n)	((n)->n_lineno) | ||||
| #endif | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz