From dc94e7c059fd68b5febe2899a54f5c654d912c6d Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Mon, 18 Aug 2008 23:30:34 +0000 Subject: Move PyUFunc_FromFuncAndDataAndSignature to bottom of ufunc_api_order.txt [for Hans-Andreas Engel]. --- numpy/core/code_generators/ufunc_api_order.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy') diff --git a/numpy/core/code_generators/ufunc_api_order.txt b/numpy/core/code_generators/ufunc_api_order.txt index 5e637631a..88b042e2d 100644 --- a/numpy/core/code_generators/ufunc_api_order.txt +++ b/numpy/core/code_generators/ufunc_api_order.txt @@ -1,5 +1,4 @@ PyUFunc_FromFuncAndData -PyUFunc_FromFuncAndDataAndSignature PyUFunc_RegisterLoopForType PyUFunc_GenericFunction PyUFunc_f_f_As_d_d @@ -28,4 +27,5 @@ PyUFunc_checkfperr PyUFunc_clearfperr PyUFunc_getfperr PyUFunc_handlefperr -PyUFunc_ReplaceLoopBySignature \ No newline at end of file +PyUFunc_ReplaceLoopBySignature +PyUFunc_FromFuncAndDataAndSignature -- cgit v1.2.1