projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f38f81
)
Removed unreachable goto statement to silence SGI compiler.
author
Sjoerd Mullender
<sjoerd@acm.org>
Thu, 30 Aug 2001 14:06:45 +0000
(14:06 +0000)
committer
Sjoerd Mullender
<sjoerd@acm.org>
Thu, 30 Aug 2001 14:06:45 +0000
(14:06 +0000)
Python/compile.c
patch
|
blob
|
history
diff --git
a/Python/compile.c
b/Python/compile.c
index d238a302a5e568cbb8b5cf4823edab423f5b4b46..1921220325b79863c260c94832e77bbd58eb3686 100644
(file)
--- a/
Python/compile.c
+++ b/
Python/compile.c
@@
-5363,7
+5363,6
@@
symtable_assign(struct symtable *st, node *n, int flag)
symtable_assign(st, CHILD(n, i), flag);
return;
}
- goto loop;
case atom:
tmp = CHILD(n, 0);
if (TYPE(tmp) == LPAR || TYPE(tmp) == LSQB) {