Mercurial > emacs
comparison src/lisp.h @ 64272:6d0705a69884
(gc_cons_threshold): Remove declaration.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 13 Jul 2005 05:32:52 +0000 |
parents | 2b2ad7fa1865 |
children | 6926a2764ae6 fbb2bea03df9 |
comparison
equal
deleted
inserted
replaced
64271:66b8e5d68b93 | 64272:6d0705a69884 |
---|---|
1876 | 1876 |
1877 extern int consing_since_gc; | 1877 extern int consing_since_gc; |
1878 | 1878 |
1879 /* Threshold for doing another gc. */ | 1879 /* Threshold for doing another gc. */ |
1880 | 1880 |
1881 extern EMACS_INT gc_cons_threshold; | |
1882 extern EMACS_INT gc_cons_combined_threshold; | 1881 extern EMACS_INT gc_cons_combined_threshold; |
1883 | 1882 |
1884 /* Structure for recording stack slots that need marking. */ | 1883 /* Structure for recording stack slots that need marking. */ |
1885 | 1884 |
1886 /* This is a chain of structures, each of which points at a Lisp_Object variable | 1885 /* This is a chain of structures, each of which points at a Lisp_Object variable |