From 7be7dc2844e98b7c081d87dc0569ce4ad9cc8fa1 Mon Sep 17 00:00:00 2001
From: Dag Sverre Seljebotn <dagss@student.matnat.uio.no>
Date: Fri, 16 Oct 2009 12:21:11 +0200
Subject: [PATCH] Another utility code order fix

---
 Cython/Compiler/PyrexTypes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py
index 677420f0b..471821327 100644
--- a/Cython/Compiler/PyrexTypes.py
+++ b/Cython/Compiler/PyrexTypes.py
@@ -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)
-- 
2.30.9