comparison src/ChangeLog @ 104313:73f76307d49b

* lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the value. (XFLOAT_INIT): New macro for storing a float value. * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT. * fns.c (sxhash): Copy out the value of a float in order to examine its bytes. * dbusbind.c (xd_append_arg): Likewise.
author Ken Raeburn <raeburn@raeburn.org>
date Mon, 17 Aug 2009 01:25:54 +0000
parents c8e168f901e7
children bb8ce3c842e7
comparison
equal deleted inserted replaced
104312:c8e168f901e7 104313:73f76307d49b
1 2009-08-17 Ken Raeburn <raeburn@raeburn.org> 1 2009-08-17 Ken Raeburn <raeburn@raeburn.org>
2
3 * lisp.h (XFLOAT_DATA): Produce an rvalue by adding 0 to the
4 value.
5 (XFLOAT_INIT): New macro for storing a float value.
6 * alloc.c (make_float, make_pure_float): Use XFLOAT_INIT.
7 * fns.c (sxhash): Copy out the value of a float in order to
8 examine its bytes.
9 * dbusbind.c (xd_append_arg): Likewise.
2 10
3 * emacs.c (main): Don't call syms_of_data twice. 11 * emacs.c (main): Don't call syms_of_data twice.
4 12
5 2009-08-16 Michael Albinus <michael.albinus@gmx.de> 13 2009-08-16 Michael Albinus <michael.albinus@gmx.de>
6 14