Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
52b9fdfb
Commit
52b9fdfb
authored
Jul 23, 2013
by
Christian Heimes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate entry for sdigit.
I fixed it before the checkin but forgot to save... :wq
parent
b911cfdd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
Misc/coverity_model.c
Misc/coverity_model.c
+0
-5
No files found.
Misc/coverity_model.c
View file @
52b9fdfb
...
@@ -14,24 +14,19 @@
...
@@ -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 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment