diff options
| author | Paul Eggert | 2011-03-16 00:37:10 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-16 00:37:10 -0700 |
| commit | 8b2c52e913dcfed4dc39d79a994a2d301b06478a (patch) | |
| tree | 4f7c5e46b9f74aced8059b005453f81df7608fe3 /src/alloc.c | |
| parent | cfcbfb1aa5d013f114bc002110166fd1f5392f56 (diff) | |
| download | emacs-8b2c52e913dcfed4dc39d79a994a2d301b06478a.tar.gz emacs-8b2c52e913dcfed4dc39d79a994a2d301b06478a.zip | |
* alloc.c (mark_backtrace): Move decl from here ...
* lisp.h: ... to here, so that it can be checked.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 6262e002ed3..66695e7a9bc 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -270,7 +270,6 @@ Lisp_Object Qpost_gc_hook; | |||
| 270 | 270 | ||
| 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_backtrace (void); | ||
| 274 | static void gc_sweep (void); | 273 | static void gc_sweep (void); |
| 275 | static void mark_glyph_matrix (struct glyph_matrix *); | 274 | static void mark_glyph_matrix (struct glyph_matrix *); |
| 276 | static void mark_face_cache (struct face_cache *); | 275 | static void mark_face_cache (struct face_cache *); |