diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 4 |
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); | |||
| 276 | static void mark_glyph_matrix (struct glyph_matrix *); | 276 | static void mark_glyph_matrix (struct glyph_matrix *); |
| 277 | static void mark_face_cache (struct face_cache *); | 277 | static void mark_face_cache (struct face_cache *); |
| 278 | 278 | ||
| 279 | #ifdef HAVE_WINDOW_SYSTEM | ||
| 280 | extern void mark_fringe_data (void); | ||
| 281 | #endif /* HAVE_WINDOW_SYSTEM */ | ||
| 282 | |||
| 283 | static struct Lisp_String *allocate_string (void); | 279 | static struct Lisp_String *allocate_string (void); |
| 284 | static void compact_small_strings (void); | 280 | static void compact_small_strings (void); |
| 285 | static void free_large_strings (void); | 281 | static void free_large_strings (void); |