fix compile time constants in array size declarations (e.g. int a[enum_val+1])
authorStefan Behnel <scoder@users.berlios.de>
Fri, 10 Apr 2009 19:21:02 +0000 (21:21 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 10 Apr 2009 19:21:02 +0000 (21:21 +0200)
commitb0339316bc3bce4c160ab0b4b0b1a98bc5add98a
tree4d5388b9c8048d3a53fff016415d93571ae4a629
parent02a1df3137d1291e8bc731ef2faa866290bd1237
fix compile time constants in array size declarations (e.g. int a[enum_val+1])
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py