do not use __builtin_expect with GCC < 2.96
authorStefan Behnel <scoder@users.berlios.de>
Mon, 3 Sep 2007 14:17:12 +0000 (16:17 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 3 Sep 2007 14:17:12 +0000 (16:17 +0200)
commit0bf428d71e1dabb9b3bc09cf5b4da1cff86f441e
treec654620b61139abf75ce702ad3c2d79fe9062327
parenta082dbd4fb78e301fb2bb511a3ab783acf41c92c
do not use __builtin_expect with GCC < 2.96
Cython/Compiler/Nodes.py