diff options
| author | Juanma Barranquero | 2010-08-07 03:10:12 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-08-07 03:10:12 +0200 |
| commit | 0e9c8657ca938bd3cdb90824873dff539801fdbe (patch) | |
| tree | 6c2d3e3e4425edf2960441e762485f0633982c31 /src/alloc.c | |
| parent | 32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff) | |
| download | emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.tar.gz emacs-0e9c8657ca938bd3cdb90824873dff539801fdbe.zip | |
Remove duplicate declarations.
* lib-src/ebrowse.c (usage, version, mark_virtual)
* src/alloc.c (lisp_malloc)
* src/buffer.c (set_buffer_internal, set_buffer_internal_1)
* src/charset.h (emacs_mule_charset)
* src/dispextern.h (inhibit_free_realized_faces, redraw_frame)
(redraw_garbaged_frames, scroll_cost, update_frame, scrolling)
(bitch_at_user)
* src/lisp.h (Fcheck_coding_system, Fget_text_property)
(Qfunction, Qcompletion_ignore_case, QCwidth, QCsize)
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 2ddec3dbe48..473c5622ab3 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -448,7 +448,6 @@ static void *min_heap_address, *max_heap_address; | |||
| 448 | static struct mem_node mem_z; | 448 | static struct mem_node mem_z; |
| 449 | #define MEM_NIL &mem_z | 449 | #define MEM_NIL &mem_z |
| 450 | 450 | ||
| 451 | static POINTER_TYPE *lisp_malloc (size_t, enum mem_type); | ||
| 452 | static struct Lisp_Vector *allocate_vectorlike (EMACS_INT); | 451 | static struct Lisp_Vector *allocate_vectorlike (EMACS_INT); |
| 453 | static void lisp_free (POINTER_TYPE *); | 452 | static void lisp_free (POINTER_TYPE *); |
| 454 | static void mark_stack (void); | 453 | static void mark_stack (void); |