~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to debian/patches/segfault.patch

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: python-scipy-0.6.0/scipy/ndimage/src/nd_image.h
 
2
===================================================================
 
3
--- python-scipy-0.6.0.orig/scipy/ndimage/src/nd_image.h        2007-12-03 15:37:20.384851591 +0100
 
4
+++ python-scipy-0.6.0/scipy/ndimage/src/nd_image.h     2007-12-03 15:37:36.885791926 +0100
 
5
@@ -273,12 +273,6 @@
 
6
                                        NA_ByteOrder(), 1, 1);
 
7
 }
 
8
 
 
9
-#define  NA_OutputArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_OutputArray)
 
10
-#define  NA_IoArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_IoArray)
 
11
-#define  NA_NewArray (*(PyArrayObject* (*) (void* buffer, NumarrayType, int, ...) ) (void *) NA_NewArray )
 
12
-#define  NA_elements (*(unsigned long (*) (PyArrayObject*) ) (void *) NA_elements)
 
13
-#define  NA_InputArray (*(PyArrayObject* (*) (PyObject*,NumarrayType,int) ) (void *) NA_InputArray)
 
14
-
 
15
 #endif /* ND_IMPORT_ARRAY */
 
16
 
 
17
 #endif /* ND_IMAGE_H */