work around C compiler warning about unused label in optimised list/tuple looping...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 21 Aug 2012 19:06:25 +0000 (21:06 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 21 Aug 2012 19:06:25 +0000 (21:06 +0200)
commit2b232cded0c27651be32ff5658ce39885fc9be02
treecea3ca18f5980f775453f83371ace82cb1820406
parent084b04a31366c5a8262d079761c7cb5886d0fd17
work around C compiler warning about unused label in optimised list/tuple looping code
Cython/Compiler/ExprNodes.py