summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c
index cd898b2..0ad493a 100644
--- a/Python/marshal.c
+++ b/Python/marshal.c
@@ -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);