diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-18 23:30:34 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2008-08-18 23:30:34 +0000 |
commit | dc94e7c059fd68b5febe2899a54f5c654d912c6d (patch) | |
tree | 5f9fc324dc76c1bddc032618d72f70b49e43b65e /numpy | |
parent | 65839d74bd0e9402763adb7976cbe86d7beeb0fb (diff) | |
download | numpy-dc94e7c059fd68b5febe2899a54f5c654d912c6d.tar.gz |
Move PyUFunc_FromFuncAndDataAndSignature to bottom of ufunc_api_order.txt
[for Hans-Andreas Engel].
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/code_generators/ufunc_api_order.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |