diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2012-01-28 18:40:19 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2012-02-04 16:11:39 -0700 |
commit | b63f91e4ce487c89a67ca31ccb2e1c53574b7857 (patch) | |
tree | 52f0027c9cfdbfd34c27cd04cc82ac51715053a6 /numpy/f2py/docs | |
parent | 6f9a3ce3545d73d338d6e4467992b66c143093f8 (diff) | |
download | numpy-b63f91e4ce487c89a67ca31ccb2e1c53574b7857.tar.gz |
STY: f2py - replace macros in old_defines.h with new.
Diffstat (limited to 'numpy/f2py/docs')
-rw-r--r-- | numpy/f2py/docs/HISTORY.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/docs/HISTORY.txt b/numpy/f2py/docs/HISTORY.txt index 72b683eb0..077189ee2 100644 --- a/numpy/f2py/docs/HISTORY.txt +++ b/numpy/f2py/docs/HISTORY.txt @@ -491,7 +491,7 @@ Release 2.35.229-1505 - Fixed reference counting bug that appeared when constructing extra argument list to callback functions. - - Added ``PyArray_LONG != PyArray_INT`` test. + - Added ``NPY_LONG != NPY_INT`` test. * f2py2e.py |