Mercurial > hg > xemacs-beta
diff src/floatfns.c @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 9d177e8d4150 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/floatfns.c Mon Aug 13 11:32:27 2007 +0200 +++ b/src/floatfns.c Mon Aug 13 11:33:38 2007 +0200 @@ -190,7 +190,7 @@ DEFINE_BASIC_LRECORD_IMPLEMENTATION ("float", float, mark_float, print_float, 0, float_equal, float_hash, float_description, - struct Lisp_Float); + Lisp_Float); /* Extract a Lisp number as a `double', or signal an error. */