pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/libpspp pool.c


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/src/libpspp pool.c
Date: Wed, 10 Jan 2007 03:43:31 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 07/01/10 03:43:31

Modified files:
        src/libpspp    : pool.c 

Log message:
        Checker is really obsolete now.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/libpspp/pool.c?cvsroot=pspp&r1=1.7&r2=1.8

Patches:
Index: pool.c
===================================================================
RCS file: /cvsroot/pspp/pspp/src/libpspp/pool.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- pool.c      15 Dec 2006 00:16:03 -0000      1.7
+++ pool.c      10 Jan 2007 03:43:31 -0000      1.8
@@ -100,8 +100,8 @@
 
 /* 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,




reply via email to

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