aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorKenichi Handa2013-03-20 17:08:34 +0900
committerKenichi Handa2013-03-20 17:08:34 +0900
commit47077837aff40030430e3d1d0522fee5db62ee1e (patch)
tree330da0edce9c8fc596e0d9f2ee8284ba9560422f /src/alloc.c
parentc0a17406acd4b9db561ba99f8a02bf5461130e82 (diff)
parentfaaecb52470ebc949e2e01e221270656c6f39b70 (diff)
downloademacs-47077837aff40030430e3d1d0522fee5db62ee1e.tar.gz
emacs-47077837aff40030430e3d1d0522fee5db62ee1e.zip
merge trunk
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index b2703c5f961..5e30c1b20ad 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1162,7 +1162,7 @@ lisp_align_free (void *block)
1162#define INTERVAL_BLOCK_SIZE \ 1162#define INTERVAL_BLOCK_SIZE \
1163 ((1020 - sizeof (struct interval_block *)) / sizeof (struct interval)) 1163 ((1020 - sizeof (struct interval_block *)) / sizeof (struct interval))
1164 1164
1165/* Intervals are allocated in chunks in form of an interval_block 1165/* Intervals are allocated in chunks in the form of an interval_block
1166 structure. */ 1166 structure. */
1167 1167
1168struct interval_block 1168struct interval_block