Mercurial > hg > xemacs-beta
diff src/lrecord.h @ 4962:e813cf16c015
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 05:29:05 -0600 |
parents | 19a72041c5ed 6ef8256a020a |
children | 0d4c9d0f6a8d |
line wrap: on
line diff
--- a/src/lrecord.h Sun Jan 31 21:11:44 2010 -0600 +++ b/src/lrecord.h Mon Feb 01 05:29:05 2010 -0600 @@ -393,7 +393,8 @@ void (*finalizer) (void *header, int for_disksave); /* This can be NULL, meaning compare objects with EQ(). */ - int (*equal) (Lisp_Object obj1, Lisp_Object obj2, int depth); + int (*equal) (Lisp_Object obj1, Lisp_Object obj2, int depth, + int foldcase); /* `hash' generates hash values for use with hash tables that have `equal' as their test function. This can be NULL, meaning use