X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/0bd984429304da7c1c5509103e3dc04149028a95..3fecac475569647cb4818e278199ec122ca50b88:/dynarray.h diff --git a/dynarray.h b/dynarray.h index a082dd0..5174f11 100644 --- a/dynarray.h +++ b/dynarray.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: dynarray.h,v 1.3 1999/05/06 19:51:35 mdw Exp $ + * $Id: dynarray.h,v 1.4 1999/05/13 22:48:55 mdw Exp $ * * Dynamic arrays implementation * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: dynarray.h,v $ + * Revision 1.4 1999/05/13 22:48:55 mdw + * Change `-ise' to `-ize' throughout. + * * Revision 1.3 1999/05/06 19:51:35 mdw * Reformatted the LGPL notice a little bit. * @@ -146,7 +149,7 @@ extern void prefix ## _free(prefix ## _chunk **base); /* --- Macro: @DYNARRAY@ --- * * * Arguments: @prefix@ = prefix string for uniquification - * @init@ = how to initialise a chunk + * @init@ = how to initialize a chunk * @kill@ = how to free a chunk * * Use: Builds template routines for dynamically growing arrays.