aboutsummaryrefslogtreecommitdiffstats
path: root/src/ralloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ralloc.c')
-rw-r--r--src/ralloc.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/ralloc.c b/src/ralloc.c
index 5f2b52fcc4b..ee8493b89a4 100644
--- a/src/ralloc.c
+++ b/src/ralloc.c
@@ -1,6 +1,5 @@
1/* Block-relocating memory allocator. 1/* Block-relocating memory allocator.
2 Copyright (C) 1993, 1995, 2000, 2001, 2002, 2003, 2004, 2 Copyright (C) 1993, 1995, 2000-2011 Free Software Foundation, Inc.
3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
4 3
5This file is part of GNU Emacs. 4This file is part of GNU Emacs.
6 5
@@ -30,9 +29,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
30#include "lisp.h" /* Needed for VALBITS. */ 29#include "lisp.h" /* Needed for VALBITS. */
31#include "blockinput.h" 30#include "blockinput.h"
32 31
33#ifdef HAVE_UNISTD_H
34#include <unistd.h> 32#include <unistd.h>
35#endif
36 33
37typedef POINTER_TYPE *POINTER; 34typedef POINTER_TYPE *POINTER;
38typedef size_t SIZE; 35typedef size_t SIZE;
@@ -1263,5 +1260,3 @@ r_alloc_init (void)
1263 use_relocatable_buffers = 1; 1260 use_relocatable_buffers = 1;
1264} 1261}
1265 1262
1266/* arch-tag: 6a524a15-faff-44c8-95d4-a5da6f55110f
1267 (do not change this comment) */