diff options
| author | Paul Eggert | 2011-03-09 18:01:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-09 18:01:53 -0800 |
| commit | 524c7aa6108b4178ca8436db8022686d180a5ca5 (patch) | |
| tree | c0380b1b72f2650498a3770b2178657b4f0ebf49 /src/alloc.c | |
| parent | 58d2d479084c072255e11fbb3f03afaaa3fcdfa2 (diff) | |
| download | emacs-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.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); |