X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d46d1a2f6a5307d06c72bd072a97219523553497..8656dc507aee9c5dcb3a6ad876565f5fcac425ae:/dspool.c diff --git a/dspool.c b/dspool.c index e28cdd0..d5f9af0 100644 --- a/dspool.c +++ b/dspool.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dspool.c,v 1.1 1999/05/21 22:15:26 mdw Exp $ + * $Id: dspool.c,v 1.2 2004/04/08 01:36:11 mdw Exp $ * * Provide pools of strings * @@ -26,15 +26,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: dspool.c,v $ - * Revision 1.1 1999/05/21 22:15:26 mdw - * Dynamic string pool system, based on an idea from the `sw-tools' - * project. Could do with more work to make it really good. - * - */ - /*----- Header files ------------------------------------------------------*/ #include