Introduced code.globalstate and renamed code.func to code.funcstate
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 1 Aug 2008 09:51:00 +0000 (11:51 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 1 Aug 2008 09:51:00 +0000 (11:51 +0200)
commit218d595989e18bb758cdf5cbd71f75dd88985c3f
tree03d96536d3bc1e1f2dcbf066cd252ae896da2d1a
parentd28ddc7efab2a80698cda5e0cda1434f67206e02
Introduced code.globalstate and renamed code.func to code.funcstate

global is a reserved word...
Cython/Compiler/Buffer.py
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py