diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ralloc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 30832a41316..5a2e507feb2 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | /* Block-relocating memory allocator. | 1 | /* Block-relocating memory allocator. |
| 2 | Copyright (C) 1993 Free Software Foundation, Inc. | 2 | Copyright (C) 1993, 1995 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation; either version 1, or (at your option) | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | any later version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| @@ -959,8 +959,6 @@ extern POINTER (*__morecore) (); | |||
| 959 | static void | 959 | static void |
| 960 | r_alloc_init () | 960 | r_alloc_init () |
| 961 | { | 961 | { |
| 962 | POINTER end; | ||
| 963 | |||
| 964 | if (r_alloc_initialized) | 962 | if (r_alloc_initialized) |
| 965 | return; | 963 | return; |
| 966 | 964 | ||