From e73fb585bd4dc3840d460e773efec57ffbf8641e Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 5 Jul 2005 15:01:57 +0000 Subject: [PATCH] *** empty log message *** --- ase/stx/hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ase/stx/hash.c b/ase/stx/hash.c index 12750264..210f4556 100644 --- a/ase/stx/hash.c +++ b/ase/stx/hash.c @@ -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 @@ -90,6 +90,7 @@ void xp_stx_hash_insert ( } else { for (;;) { + /* TODO: contents comparison */ if (XP_STX_WORDAT(stx,link,1) == key) { XP_STX_WORDAT(stx,link,XP_STX_PAIRLINK_VALUE) = value; break;