From: Dag Sverre Seljebotn Date: Fri, 16 Oct 2009 10:09:32 +0000 (+0200) Subject: Fix complex number utitity code order (sometimes they would come out in wrong order) X-Git-Tag: 0.13.beta0~2^2~121^2~35 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4e2edee6846902d7fd88e93b6602279ddde459ec;p=cython.git Fix complex number utitity code order (sometimes they would come out in wrong order) --- diff --git a/Cython/Compiler/PyrexTypes.py b/Cython/Compiler/PyrexTypes.py index 09ac13d2..677420f0 100644 --- a/Cython/Compiler/PyrexTypes.py +++ b/Cython/Compiler/PyrexTypes.py @@ -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