summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2010-05-09 00:04:58 +0000
committerCharles Harris <charlesr.harris@gmail.com>2010-05-09 00:04:58 +0000
commit8884dedab08177a3eecf03ce6f7e3dab1a2ab53e (patch)
tree7b52d20c277e1dc16b8e59b329031313a7fccd91
parentb943351d541932710f444f15ea4e241af3761a1d (diff)
downloadnumpy-8884dedab08177a3eecf03ce6f7e3dab1a2ab53e.tar.gz
ENH: Make guard in ndarraytypes.h match the file name.
-rw-r--r--numpy/core/include/numpy/ndarraytypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/include/numpy/ndarraytypes.h b/numpy/core/include/numpy/ndarraytypes.h
index e90b7ce36..d39bd47d7 100644
--- a/numpy/core/include/numpy/ndarraytypes.h
+++ b/numpy/core/include/numpy/ndarraytypes.h
@@ -1,5 +1,5 @@
-#ifndef NPY_ARRAYTYPES_H
-#define NPY_ARRAYTYPES_H
+#ifndef NDARRAYTYPES_H
+#define NDARRAYTYPES_H
/* This is auto-generated by the installer */
#include "numpyconfig.h"