Eliminated global variable current_dataset.
[pspp-builds.git] / src / language / tests / pool-test.c
index 17674fbdba28bb48e4f912a77317ce12bcaaa135..8f1484ff5fb0e5b487d09268a34f75d431e42255 100644 (file)
@@ -32,7 +32,7 @@
 /* Self-test routine.
    This is not exhaustive, but it can be useful. */
 int
-cmd_debug_pool (void)
+cmd_debug_pool (struct dataset *ds UNUSED)
 {
   int seed = time (0) * 257 % 32768;