X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Ftests%2Fpool-test.c;h=fef3ca61361e03df418b91811a71b037d30f0d32;hb=7579fa32442ac9b623043f8cd995d9b6aa550e51;hp=8f1484ff5fb0e5b487d09268a34f75d431e42255;hpb=244ade48f9c233532cc535d3233fdef53bf9266b;p=pspp-builds.git diff --git a/src/language/tests/pool-test.c b/src/language/tests/pool-test.c index 8f1484ff..fef3ca61 100644 --- a/src/language/tests/pool-test.c +++ b/src/language/tests/pool-test.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -32,7 +31,7 @@ /* Self-test routine. This is not exhaustive, but it can be useful. */ int -cmd_debug_pool (struct dataset *ds UNUSED) +cmd_debug_pool (struct lexer *lexer UNUSED, struct dataset *ds UNUSED) { int seed = time (0) * 257 % 32768;