Fix complex number utitity code order (sometimes they would come out in wrong order)
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 Oct 2009 10:09:32 +0000 (12:09 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 Oct 2009 10:09:32 +0000 (12:09 +0200)
Cython/Compiler/PyrexTypes.py

index 09ac13d2a43258a6fc6bda86031703f0ceb9290c..677420f0b98acef6d6358e2bab9a212ee592a8d6 100644 (file)
@@ -1004,7 +1004,7 @@ proto="""
 """)
 
 complex_from_parts_utility_code = UtilityCode(
-proto_block='utility_code_proto_before_types',
+proto_block='utility_code_proto',
 proto="""
 #if CYTHON_CCOMPLEX
   #ifdef __cplusplus