Mercurial > hg > xemacs-beta
diff src/floatfns.c @ 4962:e813cf16c015
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 01 Feb 2010 05:29:05 -0600 |
parents | 304aebb79cd3 6ef8256a020a |
children | b5df3737028a |
line wrap: on
line diff
--- a/src/floatfns.c Sun Jan 31 21:11:44 2010 -0600 +++ b/src/floatfns.c Mon Feb 01 05:29:05 2010 -0600 @@ -176,7 +176,8 @@ } static int -float_equal (Lisp_Object obj1, Lisp_Object obj2, int UNUSED (depth)) +float_equal (Lisp_Object obj1, Lisp_Object obj2, int UNUSED (depth), + int UNUSED (foldcase)) { return (extract_float (obj1) == extract_float (obj2)); }