diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /src/ralloc.c | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 7 |
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 | ||
| 5 | This file is part of GNU Emacs. | 4 | This 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 | ||
| 37 | typedef POINTER_TYPE *POINTER; | 34 | typedef POINTER_TYPE *POINTER; |
| 38 | typedef size_t SIZE; | 35 | typedef 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) */ | ||