work around bug in gcc 4.2.4 when compiling with '-O0' - any higher opt setting shoul...
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 8 Jul 2012 18:17:00 +0000 (20:17 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 8 Jul 2012 18:17:00 +0000 (20:17 +0200)
commite501c41acab1941c58ca84a98b37902f9eac3d11
treeef7cf48e6d0a337ce3bc3fcd83042ee1c40f7e3b
parent7bbc99cb3cbf80d03b7d8e54ec8b01d2fccd4fa3
work around bug in gcc 4.2.4 when compiling with '-O0' - any higher opt setting should inline this function anyway
Cython/Utility/CythonFunction.c