Skip to content

Commit

Permalink
ENH: core: Make scalar math module leave out the deprecated header
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Wiebe authored and charris committed Jul 6, 2011
1 parent b00beab commit bc51f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/core/src/scalarmathmodule.c.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
but still supports error-modes.
*/

#define NPY_NO_DEPRECATED_API

#include "Python.h"
#include "numpy/noprefix.h"
#include "numpy/ufuncobject.h"
Expand Down

0 comments on commit bc51f3b

Please sign in to comment.