aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPaul Eggert2011-03-16 00:37:10 -0700
committerPaul Eggert2011-03-16 00:37:10 -0700
commit8b2c52e913dcfed4dc39d79a994a2d301b06478a (patch)
tree4f7c5e46b9f74aced8059b005453f81df7608fe3 /src/alloc.c
parentcfcbfb1aa5d013f114bc002110166fd1f5392f56 (diff)
downloademacs-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.c1
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
271static void mark_buffer (Lisp_Object); 271static void mark_buffer (Lisp_Object);
272static void mark_terminals (void); 272static void mark_terminals (void);
273extern void mark_backtrace (void);
274static void gc_sweep (void); 273static void gc_sweep (void);
275static void mark_glyph_matrix (struct glyph_matrix *); 274static void mark_glyph_matrix (struct glyph_matrix *);
276static void mark_face_cache (struct face_cache *); 275static void mark_face_cache (struct face_cache *);