mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Remove duplicate entry for sdigit.
I fixed it before the checkin but forgot to save... :wq
This commit is contained in:
		
							parent
							
								
									b911cfdd21
								
							
						
					
					
						commit
						52b9fdfbc2
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -14,24 +14,19 @@
 | 
				
			||||||
 * Coverity Scan doesn't pick up modifications automatically. The model file
 | 
					 * Coverity Scan doesn't pick up modifications automatically. The model file
 | 
				
			||||||
 * must be uploaded by an admin in the analysis settings of
 | 
					 * must be uploaded by an admin in the analysis settings of
 | 
				
			||||||
 * http://scan.coverity.com/projects/200
 | 
					 * http://scan.coverity.com/projects/200
 | 
				
			||||||
 *
 | 
					 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
/* dummy definitions, in most cases struct fields aren't required. */
 | 
					/* dummy definitions, in most cases struct fields aren't required. */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define NULL (void *)0
 | 
					#define NULL (void *)0
 | 
				
			||||||
 | 
					 | 
				
			||||||
typedef int sdigit;
 | 
					typedef int sdigit;
 | 
				
			||||||
typedef long Py_ssize_t;
 | 
					typedef long Py_ssize_t;
 | 
				
			||||||
typedef unsigned short wchar_t;
 | 
					typedef unsigned short wchar_t;
 | 
				
			||||||
typedef struct {} PyObject;
 | 
					typedef struct {} PyObject;
 | 
				
			||||||
typedef struct {} grammar;
 | 
					typedef struct {} grammar;
 | 
				
			||||||
typedef int sdigit;
 | 
					 | 
				
			||||||
typedef struct {} DIR;
 | 
					typedef struct {} DIR;
 | 
				
			||||||
typedef struct {} RFILE;
 | 
					typedef struct {} RFILE;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Python/pythonrun.c
 | 
					/* Python/pythonrun.c
 | 
				
			||||||
 * resourece leak false positive */
 | 
					 * resourece leak false positive */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue