diff options
author | David Cournapeau <cournape@gmail.com> | 2008-01-21 06:07:50 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-01-21 06:07:50 +0000 |
commit | 606e65471814b648202a3a9bc43f124cfa797e8a (patch) | |
tree | 09c859594825f2c09f2d5698bb51bfd93b9fa931 /numpy | |
parent | add1361772b7fb58825353c799ae6f1f32a4be57 (diff) | |
download | numpy-606e65471814b648202a3a9bc43f124cfa797e8a.tar.gz |
Remove unneeded comment in numpyconfig.h template
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/include/numpy/numpyconfig.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/numpyconfig.h.in b/numpy/core/include/numpy/numpyconfig.h.in index 458ba8a14..d67ea5375 100644 --- a/numpy/core/include/numpy/numpyconfig.h.in +++ b/numpy/core/include/numpy/numpyconfig.h.in @@ -12,6 +12,5 @@ /* XXX: this has really nothing to do in a config file... */ #define NPY_MATHLIB @MATHLIB@ -/* XXX: this has to be done outside config files !!!! */ @DEFINE_NPY_SIZEOF_LONGLONG@ @DEFINE_NPY_SIZEOF_PY_LONG_LONG@ |