Make aux_data file scope variable static.
[pspp-builds.git] / tests / libpspp / llx-test.c
index f825a3a420242f30691a071c471c7097589f2a1c..be31172c8407f7a7667d45ee065fb1e73cf509fa 100644 (file)
@@ -138,7 +138,7 @@ struct element
     int y;                      /* Secondary value. */
   };
 
-int aux_data;
+static int aux_data;
 
 /* Prints the elements in LIST. */
 static void UNUSED