Mercurial > hg > xemacs-beta
diff src/floatfns.c @ 5117:3742ea8250b5 ben-lisp-object ben-lisp-object-final-ws-year-2005
Checking in final CVS version of workspace 'ben-lisp-object'
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 00:20:27 -0600 |
parents | 04bc9d2f42c7 |
children | e0db3c197671 |
line wrap: on
line diff
--- a/src/floatfns.c Sat Dec 26 00:20:16 2009 -0600 +++ b/src/floatfns.c Sat Dec 26 00:20:27 2009 -0600 @@ -196,8 +196,7 @@ { XD_END } }; -DEFINE_BASIC_LRECORD_IMPLEMENTATION ("float", float, - 1, /*dumpable-flag*/ +DEFINE_BASIC_LISP_OBJECT ("float", float, mark_float, print_float, 0, float_equal, float_hash, float_description, Lisp_Float); @@ -1258,7 +1257,7 @@ void syms_of_floatfns (void) { - INIT_LRECORD_IMPLEMENTATION (float); + INIT_LISP_OBJECT (float); /* Trig functions. */