[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch 12/19] make aux_data static in libpspp tests
From: |
John Darrington |
Subject: |
Re: [patch 12/19] make aux_data static in libpspp tests |
Date: |
Thu, 7 Jun 2007 08:07:51 +0800 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
No problems.
On Tue, Jun 05, 2007 at 11:27:39PM -0700, address@hidden wrote:
The aux_data variable can be static. Make it so.
Index: merge/tests/libpspp/heap-test.c
===================================================================
--- merge.orig/tests/libpspp/heap-test.c 2007-06-05 09:16:11.000000000
-0700
+++ merge/tests/libpspp/heap-test.c 2007-06-05 09:18:06.000000000
-0700
@@ -79,7 +79,7 @@
int x; /* Primary value. */
};
-int aux_data;
+static int aux_data;
/* Returns the `struct element' that NODE is embedded within. */
static struct element *
Index: merge/tests/libpspp/ll-test.c
===================================================================
--- merge.orig/tests/libpspp/ll-test.c 2007-06-05 09:16:11.000000000
-0700
+++ merge/tests/libpspp/ll-test.c 2007-06-05 09:18:06.000000000 -0700
@@ -118,7 +118,7 @@
int y; /* Secondary value. */
};
-int aux_data;
+static int aux_data;
/* Returns the `struct element' that LL is embedded within. */
static struct element *
Index: merge/tests/libpspp/llx-test.c
===================================================================
--- merge.orig/tests/libpspp/llx-test.c 2007-06-05 09:16:11.000000000
-0700
+++ merge/tests/libpspp/llx-test.c 2007-06-05 09:18:06.000000000 -0700
@@ -138,7 +138,7 @@
int y; /* Secondary value. */
};
-int aux_data;
+static int aux_data;
/* Prints the elements in LIST. */
static void UNUSED
--
_______________________________________________
pspp-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/pspp-dev
--
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
- [patch 00/19] remaining simpler-proc changes, blp, 2007/06/06
- [patch 03/19] error propagation infrastructure, blp, 2007/06/06
- [patch 05/19] sparse array of cases, blp, 2007/06/06
- [patch 12/19] make aux_data static in libpspp tests, blp, 2007/06/06
- Re: [patch 12/19] make aux_data static in libpspp tests,
John Darrington <=
- [patch 19/19] i18n changes to Smake, configure.ac, blp, 2007/06/06
- [patch 08/19] case_ordering implementation, blp, 2007/06/06
- [patch 11/19] fix assertion in binary_search, blp, 2007/06/06
- [patch 18/19] fairly experimental changes based on what seemed to make sense, blp, 2007/06/06
- [patch 10/19] new function value_cnt_from_width, blp, 2007/06/06