*** empty log message ***

This commit is contained in:
hyung-hwan 2005-07-05 15:01:57 +00:00
parent cda8796ccd
commit e73fb585bd

View File

@ -1,5 +1,5 @@
/* /*
* $Id: hash.c,v 1.23 2005-07-05 09:02:13 bacon Exp $ * $Id: hash.c,v 1.24 2005-07-05 15:01:57 bacon Exp $
*/ */
#include <xp/stx/hash.h> #include <xp/stx/hash.h>
@ -90,6 +90,7 @@ void xp_stx_hash_insert (
} }
else { else {
for (;;) { for (;;) {
/* TODO: contents comparison */
if (XP_STX_WORDAT(stx,link,1) == key) { if (XP_STX_WORDAT(stx,link,1) == key) {
XP_STX_WORDAT(stx,link,XP_STX_PAIRLINK_VALUE) = value; XP_STX_WORDAT(stx,link,XP_STX_PAIRLINK_VALUE) = value;
break; break;