Skip to content

Commit

Permalink
DEP: #declaring NPY_NO_DEPRECATED_API in fortranobject.h
Browse files Browse the repository at this point in the history
  • Loading branch information
chatcannon committed Nov 10, 2014
1 parent 6693460 commit 6656d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/f2py/src/fortranobject.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
extern "C" {
#endif

#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION

#include "Python.h"

#ifdef FORTRANOBJECT_C
Expand Down

0 comments on commit 6656d04

Please sign in to comment.