chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make the return type of `crc32' a `uint32' now that we have `bits.h'.
[mLib]
/
dynarray.h
diff --git
a/dynarray.h
b/dynarray.h
index a082dd033927530b0759e2287a299d708c316293..5174f11110dcf370a8e4bcbd6164dc4bf971d26a 100644
(file)
--- a/
dynarray.h
+++ b/
dynarray.h
@@
-1,6
+1,6
@@
/* -*-c-*-
*
/* -*-c-*-
*
- * $Id: dynarray.h,v 1.
3 1999/05/06 19:51:3
5 mdw Exp $
+ * $Id: dynarray.h,v 1.
4 1999/05/13 22:48:5
5 mdw Exp $
*
* Dynamic arrays implementation
*
*
* Dynamic arrays implementation
*
@@
-30,6
+30,9
@@
/*----- Revision history --------------------------------------------------*
*
* $Log: dynarray.h,v $
/*----- 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.
*
* 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
/* --- Macro: @DYNARRAY@ --- *
*
* Arguments: @prefix@ = prefix string for uniquification
- * @init@ = how to initiali
s
e a chunk
+ * @init@ = how to initiali
z
e a chunk
* @kill@ = how to free a chunk
*
* Use: Builds template routines for dynamically growing arrays.
* @kill@ = how to free a chunk
*
* Use: Builds template routines for dynamically growing arrays.