aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-09 18:01:53 -0800
committerPaul Eggert2011-03-09 18:01:53 -0800
commit524c7aa6108b4178ca8436db8022686d180a5ca5 (patch)
treec0380b1b72f2650498a3770b2178657b4f0ebf49 /src/alloc.c
parent58d2d479084c072255e11fbb3f03afaaa3fcdfa2 (diff)
downloademacs-524c7aa6108b4178ca8436db8022686d180a5ca5.tar.gz
emacs-524c7aa6108b4178ca8436db8022686d180a5ca5.zip
* alloc.c (mark_fringe_data): Move decl from here ...
* lisp.h (mark_fringe_data) [HAVE_WINDOW_SYSTEM]: ... to here, to check its interface. (init_fringe_once): Do not declare unless HAVE_WINDOW_SYSTEM.
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);