Mercurial > hg > xemacs-beta
comparison src/xgccache.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 3d6bfa290dbd |
children | 558f606b08ae |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
164 gcvm.mask = mask; | 164 gcvm.mask = mask; |
165 gcvm.gcv = *gcv; /* this copies... */ | 165 gcvm.gcv = *gcv; /* this copies... */ |
166 | 166 |
167 #ifdef GCCACHE_HASH | 167 #ifdef GCCACHE_HASH |
168 | 168 |
169 if (gethash (&gcvm, cache->table, (void **) &cell)) | 169 if (gethash (&gcvm, cache->table, (CONST void **) &cell)) |
170 | 170 |
171 #else /* !GCCACHE_HASH */ | 171 #else /* !GCCACHE_HASH */ |
172 | 172 |
173 cell = cache->tail; /* start at the end (most recently used) */ | 173 cell = cache->tail; /* start at the end (most recently used) */ |
174 while (cell) | 174 while (cell) |