aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorJuanma Barranquero2010-08-07 03:10:12 +0200
committerJuanma Barranquero2010-08-07 03:10:12 +0200
commit0e9c8657ca938bd3cdb90824873dff539801fdbe (patch)
tree6c2d3e3e4425edf2960441e762485f0633982c31 /src/alloc.c
parent32bc67090a4a4a25cc299644b94d726c4949c7d2 (diff)
downloademacs-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.c1
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;
448static struct mem_node mem_z; 448static struct mem_node mem_z;
449#define MEM_NIL &mem_z 449#define MEM_NIL &mem_z
450 450
451static POINTER_TYPE *lisp_malloc (size_t, enum mem_type);
452static struct Lisp_Vector *allocate_vectorlike (EMACS_INT); 451static struct Lisp_Vector *allocate_vectorlike (EMACS_INT);
453static void lisp_free (POINTER_TYPE *); 452static void lisp_free (POINTER_TYPE *);
454static void mark_stack (void); 453static void mark_stack (void);