utility functions must be static
authorRobert Bradshaw <robertwb@math.washington.edu>
Tue, 21 Oct 2008 23:43:31 +0000 (16:43 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Tue, 21 Oct 2008 23:43:31 +0000 (16:43 -0700)
commit3779be3d435388fcf216af19cd4b1827188d7b72
treeb736a53f3f034d089c0bda3b11e1c0a6dd2a174c
parent5c7265d7ef0895e7c0d3e70a01eefc6271a16e2d
utility functions must be static
otherwise one has multiple symbol definition errors in linking two or more modules
Cython/Compiler/Nodes.py