diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 16:22:27 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 16:22:27 -0600 |
commit | 7548dc010a304aa93d27928880fb846711338ae7 (patch) | |
tree | 5480ee7f8602c7f56823ecc1efb3017c7725dc53 | |
parent | d15010380b1ea428e078b7568c1f48598dbb685c (diff) | |
parent | 2a6cb99e12f65d46a3396696230536d36c4ad8c4 (diff) | |
download | numpy-7548dc010a304aa93d27928880fb846711338ae7.tar.gz |
Merge pull request #4682 from charris/fix-_numpyconfig.h.in
BUG: Add @DEFINE_NPY_RELAXED_STRIDES_CHECKING@ to _numpyconfig.h.in.
-rw-r--r-- | numpy/core/include/numpy/_numpyconfig.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/_numpyconfig.h.in b/numpy/core/include/numpy/_numpyconfig.h.in index 2a159f56d..20f21c1a7 100644 --- a/numpy/core/include/numpy/_numpyconfig.h.in +++ b/numpy/core/include/numpy/_numpyconfig.h.in @@ -30,6 +30,8 @@ @DEFINE_NPY_SIZEOF_PY_LONG_LONG@ @DEFINE_NPY_ENABLE_SEPARATE_COMPILATION@ +@DEFINE_NPY_RELAXED_STRIDES_CHECKING@ + #define NPY_VISIBILITY_HIDDEN @VISIBILITY_HIDDEN@ @DEFINE_NPY_USE_C99_FORMATS@ |