resolved strict aliasing problem by changing type cast
authorStefan Behnel <scoder@users.berlios.de>
Thu, 12 Jun 2008 14:41:41 +0000 (16:41 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 12 Jun 2008 14:41:41 +0000 (16:41 +0200)
commit9a61d2962aed5eccd288d1b78f0f2402b2b2096d
tree5db9725513ce8d96327f6ea5c7719a9ea4dc84e0
parent1edfca7f97960e247c2899606b92edcf9cfde59c
resolved strict aliasing problem by changing type cast
Cython/Compiler/ModuleNode.py