mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Keep gcc -Wall happy.
This commit is contained in:
parent
bae95189b0
commit
0f4bbd2f34
2 changed files with 3 additions and 3 deletions
|
@ -522,7 +522,7 @@ r_object(p)
|
|||
object *varnames = NULL;
|
||||
object *filename = NULL;
|
||||
object *name = NULL;
|
||||
int firstlineno;
|
||||
int firstlineno = 0;
|
||||
object *lnotab = NULL;
|
||||
|
||||
code = r_object(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue