Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 08:21:21 +0000 (00:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 9 Jan 2011 08:21:21 +0000 (00:21 -0800)
commit6e8e6bf2535c24b8e8127cc3768d07b528db6d87
tree1465940e2ce2bb189d76b63541f5e30168c0a3d9
parent4004364e6777a1ed2c3e2c0fdf9fed871b186ac3
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.
src/ChangeLog
src/data.c
src/lisp.h
src/print.c