Mercurial > hg > xemacs-beta
diff src/elhash.h @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | 8eaf7971accc |
children | 2c611d1463a6 |
line wrap: on
line diff
--- a/src/elhash.h Mon Aug 13 09:54:24 2007 +0200 +++ b/src/elhash.h Mon Aug 13 09:55:28 2007 +0200 @@ -23,9 +23,9 @@ #ifndef _XEMACS_ELHASH_H_ #define _XEMACS_ELHASH_H_ -DECLARE_LRECORD (hashtable, struct hashtable_struct); +DECLARE_LRECORD (hashtable, struct hashtable); -#define XHASHTABLE(x) XRECORD (x, hashtable, struct hashtable_struct) +#define XHASHTABLE(x) XRECORD (x, hashtable, struct hashtable) #define XSETHASHTABLE(x, p) XSETRECORD (x, p, hashtable) #define HASHTABLEP(x) RECORDP (x, hashtable) #define GC_HASHTABLEP(x) GC_RECORDP (x, hashtable)