Mercurial > hg > xemacs-beta
diff src/elhash.h @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 3d6bfa290dbd |
children | f220cc83d72e |
line wrap: on
line diff
--- a/src/elhash.h Mon Aug 13 10:10:03 2007 +0200 +++ b/src/elhash.h Mon Aug 13 10:10:54 2007 +0200 @@ -50,6 +50,9 @@ }; Lisp_Object Fmake_hashtable (Lisp_Object size, Lisp_Object test_fun); +Lisp_Object Fmake_weak_hashtable(Lisp_Object size, Lisp_Object test); +Lisp_Object Fmake_key_weak_hashtable(Lisp_Object size, Lisp_Object test); +Lisp_Object Fmake_value_weak_hashtable(Lisp_Object size, Lisp_Object test); Lisp_Object Fcopy_hashtable (Lisp_Object old_table); Lisp_Object Fgethash (Lisp_Object obj, Lisp_Object table, Lisp_Object default_); Lisp_Object Fputhash (Lisp_Object obj, Lisp_Object val, Lisp_Object table);