aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 8632897606a..6c92f36ca7d 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -276,10 +276,6 @@ static void gc_sweep (void);
276static void mark_glyph_matrix (struct glyph_matrix *); 276static void mark_glyph_matrix (struct glyph_matrix *);
277static void mark_face_cache (struct face_cache *); 277static void mark_face_cache (struct face_cache *);
278 278
279#ifdef HAVE_WINDOW_SYSTEM
280extern void mark_fringe_data (void);
281#endif /* HAVE_WINDOW_SYSTEM */
282
283static struct Lisp_String *allocate_string (void); 279static struct Lisp_String *allocate_string (void);
284static void compact_small_strings (void); 280static void compact_small_strings (void);
285static void free_large_strings (void); 281static void free_large_strings (void);