aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/alloc.c b/src/alloc.c
index d7006ca6bfd..6c92f36ca7d 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -271,16 +271,11 @@ Lisp_Object Qpost_gc_hook;
271static void mark_buffer (Lisp_Object); 271static void mark_buffer (Lisp_Object);
272static void mark_terminals (void); 272static void mark_terminals (void);
273extern void mark_kboards (void); 273extern void mark_kboards (void);
274extern void mark_ttys (void);
275extern void mark_backtrace (void); 274extern void mark_backtrace (void);
276static void gc_sweep (void); 275static void gc_sweep (void);
277static void mark_glyph_matrix (struct glyph_matrix *); 276static void mark_glyph_matrix (struct glyph_matrix *);
278static void mark_face_cache (struct face_cache *); 277static void mark_face_cache (struct face_cache *);
279 278
280#ifdef HAVE_WINDOW_SYSTEM
281extern void mark_fringe_data (void);
282#endif /* HAVE_WINDOW_SYSTEM */
283
284static struct Lisp_String *allocate_string (void); 279static struct Lisp_String *allocate_string (void);
285static void compact_small_strings (void); 280static void compact_small_strings (void);
286static void free_large_strings (void); 281static void free_large_strings (void);