diff src/ChangeLog @ 112318:deae5bb3f0f6

Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro. * data.c (Fnumber_to_string): Use it. * print.c (float_to_string, print_object): Likewise.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:21:21 -0800
parents 7df2e30d72ec
children dc74e58f6b0b
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jan 09 00:12:35 2011 -0800
+++ b/src/ChangeLog	Sun Jan 09 00:21:21 2011 -0800
@@ -1,5 +1,10 @@
 2011-01-09  Paul Eggert  <eggert@cs.ucla.edu>
 
+	Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
+	* lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
+	* data.c (Fnumber_to_string): Use it.
+	* print.c (float_to_string, print_object): Likewise.
+
 	Include <unistd.h> unilaterally.
 	* alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c:
 	* doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c: