X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fpool.c;h=141d8ab40323b94fea587ce801369bde6938b7aa;hb=6aee18f6f4905788b16e5a8b2c11578052de3e76;hp=31a57e9fbeffcff245924efb8c6abc253d6a2276;hpb=5f7f751a47c68946a0fcbc9898f43f5499c5c6c5;p=pspp-builds.git diff --git a/src/libpspp/pool.c b/src/libpspp/pool.c index 31a57e9f..141d8ab4 100644 --- a/src/libpspp/pool.c +++ b/src/libpspp/pool.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 @@ -101,8 +100,8 @@ union align /* DISCRETE_BLOCKS may be declared as nonzero to prevent suballocation of blocks. This is useful under memory - debuggers like Checker or valgrind because it allows the - source location of bugs to be more accurately pinpointed. + debuggers like valgrind because it allows the source location + of bugs to be more accurately pinpointed. On the other hand, if we're testing the library, then we want to test the library's real functionality, not its crippled, slow,