Another utility code order fix
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 Oct 2009 10:21:11 +0000 (12:21 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Fri, 16 Oct 2009 10:21:11 +0000 (12:21 +0200)
Cython/Compiler/PyrexTypes.py

index 677420f0b98acef6d6358e2bab9a212ee592a8d6..471821327c7e6b3ea3a8669d29da0cb6cdda6a71 100644 (file)
@@ -952,7 +952,7 @@ complex_ops = {
 }
 
 complex_header_utility_code = UtilityCode(
-proto_block='utility_code_proto_before_types',
+proto_block='h_code',
 proto="""
 #if !defined(CYTHON_CCOMPLEX)
   #if defined(__cplusplus)