pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/tests/libpspp heap-test.c ll-test.c llx-te...


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/tests/libpspp heap-test.c ll-test.c llx-te...
Date: Thu, 07 Jun 2007 05:47:39 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/06/07 05:47:39

Modified files:
        tests/libpspp  : heap-test.c ll-test.c llx-test.c 

Log message:
        Make aux_data file scope variable static.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/libpspp/heap-test.c?cvsroot=pspp&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/libpspp/ll-test.c?cvsroot=pspp&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/pspp/tests/libpspp/llx-test.c?cvsroot=pspp&r1=1.5&r2=1.6

Patches:
Index: heap-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/libpspp/heap-test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- heap-test.c 26 Jan 2007 03:34:01 -0000      1.2
+++ heap-test.c 7 Jun 2007 05:47:39 -0000       1.3
@@ -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: ll-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/libpspp/ll-test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- ll-test.c   12 Feb 2007 14:30:23 -0000      1.5
+++ ll-test.c   7 Jun 2007 05:47:39 -0000       1.6
@@ -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: llx-test.c
===================================================================
RCS file: /cvsroot/pspp/pspp/tests/libpspp/llx-test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- llx-test.c  12 Feb 2007 14:30:23 -0000      1.5
+++ llx-test.c  7 Jun 2007 05:47:39 -0000       1.6
@@ -138,7 +138,7 @@
     int y;                      /* Secondary value. */
   };
 
-int aux_data;
+static int aux_data;
 
 /* Prints the elements in LIST. */
 static void UNUSED




reply via email to

[Prev in Thread] Current Thread [Next in Thread]