]> code.delx.au - gnu-emacs/blobdiff - src/alloc.c
Merge: Minor changes for problems found by GCC 4.5.2's static checks.
[gnu-emacs] / src / alloc.c
index d7006ca6bfdda1961905f0e5f0cb9e6e018c9c02..6c92f36ca7d6db3b3b942347fcaa7b806c3d7a7f 100644 (file)
@@ -271,16 +271,11 @@ Lisp_Object Qpost_gc_hook;
 static void mark_buffer (Lisp_Object);
 static void mark_terminals (void);
 extern void mark_kboards (void);
-extern void mark_ttys (void);
 extern void mark_backtrace (void);
 static void gc_sweep (void);
 static void mark_glyph_matrix (struct glyph_matrix *);
 static void mark_face_cache (struct face_cache *);
 
-#ifdef HAVE_WINDOW_SYSTEM
-extern void mark_fringe_data (void);
-#endif /* HAVE_WINDOW_SYSTEM */
-
 static struct Lisp_String *allocate_string (void);
 static void compact_small_strings (void);
 static void free_large_strings (void);