Mercurial > hg > xemacs-beta
diff src/elhash.c @ 211:78478c60bfcd r20-4b4
Import from CVS: tag r20-4b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:05:51 +0200 |
parents | e45d5e7c476e |
children | 2c611d1463a6 |
line wrap: on
line diff
--- a/src/elhash.c Mon Aug 13 10:05:01 2007 +0200 +++ b/src/elhash.c Mon Aug 13 10:05:51 2007 +0200 @@ -850,7 +850,7 @@ else if (LRECORDP (obj)) { CONST struct lrecord_implementation - *imp = XRECORD_LHEADER (obj)->implementation; + *imp = XRECORD_LHEADER_IMPLEMENTATION (obj); if (imp->hash) return (imp->hash) (obj, depth); }