type casting simplification that seems to remove strict aliasing warnings in GCC...
authorStefan Behnel <scoder@users.berlios.de>
Thu, 12 Jun 2008 20:27:50 +0000 (22:27 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 12 Jun 2008 20:27:50 +0000 (22:27 +0200)
commit4401a4b8bbf1410ead4bff3ff0524a67021210da
treea1c22a01607a35041e723fdc00a716f6f2fdfdab
parent9a61d2962aed5eccd288d1b78f0f2402b2b2096d
type casting simplification that seems to remove strict aliasing warnings in GCC 3.4 - 4.2
Cython/Compiler/ModuleNode.py