diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-21 19:04:25 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-21 19:04:25 +0000 |
commit | 77732fafe67896acd72c96b237154051f85732df (patch) | |
tree | bafad351a15bc77124b0b2aa608cd2faa78dfcc5 | |
parent | 35b2e72846667f7a5630eaf4aeef905164ae6ab7 (diff) | |
download | numpy-77732fafe67896acd72c96b237154051f85732df.tar.gz |
Fix missing #endif
-rw-r--r-- | numpy/core/include/numpy/arrayobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h index 871500777..e258eb01d 100644 --- a/numpy/core/include/numpy/arrayobject.h +++ b/numpy/core/include/numpy/arrayobject.h @@ -19,3 +19,5 @@ #ifndef NPY_NO_SIGNAL #include "npy_interrupt.h" #endif + +#endif |