aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKenichi Handa2010-07-26 13:29:08 +0900
committerKenichi Handa2010-07-26 13:29:08 +0900
commit50efd41b43c9b1b540c49c53d4e7824468ec7879 (patch)
tree4a3be8d0322c537816f47a0c6450fc13495edf35 /src/alloc.c
parentdfe3c90fa5974e200483297e11bb889d0589b8f5 (diff)
parent7d383292d10b876efec43e77fd51c2665e912688 (diff)
downloademacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.tar.gz
emacs-50efd41b43c9b1b540c49c53d4e7824468ec7879.zip
merge trunk
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 2ce74f97ff7..2ddec3dbe48 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -2538,16 +2538,6 @@ init_float (void)
2538} 2538}
2539 2539
2540 2540
2541/* Explicitly free a float cell by putting it on the free-list. */
2542
2543static void
2544free_float (struct Lisp_Float *ptr)
2545{
2546 ptr->u.chain = float_free_list;
2547 float_free_list = ptr;
2548}
2549
2550
2551/* Return a new float object with value FLOAT_VALUE. */ 2541/* Return a new float object with value FLOAT_VALUE. */
2552 2542
2553Lisp_Object 2543Lisp_Object