Fixed gcc warning with list comprehensions
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 29 Aug 2008 20:44:11 +0000 (22:44 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 29 Aug 2008 20:44:11 +0000 (22:44 +0200)
commit55cf301b93b757e29b62932b5cc44df0e5026bae
tree8e4c642b88e4cefa03f84cb4c983ae5d9cd2db14
parent213f561fd894924adbf33d83da272e9d80d3295e
Fixed gcc warning with list comprehensions

Ticket 65
Cython/Compiler/ExprNodes.py
tests/run/listcomp.pyx [new file with mode: 0644]