*Second Patch for C++ compatiblilty of Pyrex generated C code. For Pyrex 0.9.3.1 + First Patch Lenard Lindstrom This patch fixes the know problems with the first patch as well as well as some unknown ones. As a side effect it also removes some compiler warnings and remove an lvalue cast. To install run patch in the Pyrex/Compiler directory: patch -c -i revised_casting.txt It must be installed over the first patch to support C++. It may install by itself if you are not interested in C++ support, but only in reducing warnings.