From: Dag Sverre Seljebotn Date: Fri, 16 Oct 2009 10:21:11 +0000 (+0200) Subject: Another utility code order fix X-Git-Tag: 0.13.beta0~2^2~121^2~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7be7dc2844e98b7c081d87dc0569ce4ad9cc8fa1;p=cython.git Another utility code order fix --- diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py index 677420f0..47182132 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)