diff options
| author | Paul Eggert | 2011-03-10 23:24:21 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-10 23:24:21 -0800 |
| commit | 1714f52b9d0e0bbb01a177d6f1383c5cb665ccdb (patch) | |
| tree | a019c0fdec066886d1dba7dc50b90b2f9f3fad63 /src/alloc.c | |
| parent | 135e287cda9508d7fa0e33b7d8af00ede1249cb5 (diff) | |
| parent | 83316bf4044b5fca98f19daae8f16a646b7e83e9 (diff) | |
| download | emacs-1714f52b9d0e0bbb01a177d6f1383c5cb665ccdb.tar.gz emacs-1714f52b9d0e0bbb01a177d6f1383c5cb665ccdb.zip | |
Fix some minor problems found by GCC 4.5.2's static checks.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 5 |
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; | |||
| 271 | static void mark_buffer (Lisp_Object); | 271 | static void mark_buffer (Lisp_Object); |
| 272 | static void mark_terminals (void); | 272 | static void mark_terminals (void); |
| 273 | extern void mark_kboards (void); | 273 | extern void mark_kboards (void); |
| 274 | extern void mark_ttys (void); | ||
| 275 | extern void mark_backtrace (void); | 274 | extern void mark_backtrace (void); |
| 276 | static void gc_sweep (void); | 275 | static void gc_sweep (void); |
| 277 | static void mark_glyph_matrix (struct glyph_matrix *); | 276 | static void mark_glyph_matrix (struct glyph_matrix *); |
| 278 | static void mark_face_cache (struct face_cache *); | 277 | static void mark_face_cache (struct face_cache *); |
| 279 | 278 | ||
| 280 | #ifdef HAVE_WINDOW_SYSTEM | ||
| 281 | extern void mark_fringe_data (void); | ||
| 282 | #endif /* HAVE_WINDOW_SYSTEM */ | ||
| 283 | |||
| 284 | static struct Lisp_String *allocate_string (void); | 279 | static struct Lisp_String *allocate_string (void); |
| 285 | static void compact_small_strings (void); | 280 | static void compact_small_strings (void); |
| 286 | static void free_large_strings (void); | 281 | static void free_large_strings (void); |