chiark
/
gitweb
/
~mdw
/
mLib
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
@@@ tvec doc wip
[mLib]
/
struct
/
assoc.h
diff --git
a/struct/assoc.h
b/struct/assoc.h
index 5fd1f294f5715fda2a26b465937922487a26bab6..6a40defb5ffffc58caa82d5ed676248b3c49451b 100644
(file)
--- a/
struct/assoc.h
+++ b/
struct/assoc.h
@@
-98,7
+98,8
@@
extern void assoc_destroy(assoc_table */*t*/);
* the pointer returned. The flag @*f@ is cleared if the item
* couldn't be found, or set if it was.
*
* the pointer returned. The flag @*f@ is cleared if the item
* couldn't be found, or set if it was.
*
- * All the atoms used in a particular table should
+ * All the atoms used in a particular table should come from the
+ * same atom table.
*/
extern void *assoc_find(assoc_table */*t*/, atom */*a*/,
*/
extern void *assoc_find(assoc_table */*t*/, atom */*a*/,