patches/pygsl-01-macro.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 620 f49f900ad983
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
620
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     1
diff -r 84c6816a6e2b src/transform/core.c
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     2
--- a/src/transform/core.c	Sun Oct 14 23:51:56 2007 +0530
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     3
+++ b/src/transform/core.c	Sun Oct 14 23:52:01 2007 +0530
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     4
@@ -78,7 +78,7 @@ PyGSL_transform_helpers_alloc(PyObject *
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     5
         ((helpers != NULL) && ((helpers->free_table != 0) &&  (helpers->free_space != 0)) ? \
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     6
         PyGSL_transform_helpers_free(helpers) : 0)
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     7
 
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     8
-static void
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
     9
+static int
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    10
 PyGSL_transform_helpers_free(struct _pygsl_transform_help_rf_s * h)
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    11
 {
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    12
 	FUNC_MESS_BEGIN();
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    13
@@ -101,6 +101,7 @@ PyGSL_transform_helpers_free(struct _pyg
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    14
 		h->free_space = 0;
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    15
 	}
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    16
 	FUNC_MESS_END();
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    17
+    return GSL_SUCCESS;
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    18
 }
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    19
 
f49f900ad983 * SFEgsl.spec: *NEW* The GNU Scientific Library for numerical processing
ananthshrinivas
parents:
diff changeset
    20
 #ifdef _PyGSL_HAS_WAVELET