diff options
| author | Stefan Monnier | 2005-07-13 05:30:04 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-07-13 05:30:04 +0000 |
| commit | a41abbf62343dc30cc33663276126bbf5c6724cf (patch) | |
| tree | 736820f234532b3f06c9ac9962127ab519646120 | |
| parent | 642cd12be9a51258f6dc1457451ec7bfd61b6899 (diff) | |
| download | emacs-a41abbf62343dc30cc33663276126bbf5c6724cf.tar.gz emacs-a41abbf62343dc30cc33663276126bbf5c6724cf.zip | |
(gc_cons_combined_threshold): Declare.
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 871667cf0ab..5ccc4b3dc4b 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1879,6 +1879,7 @@ extern int consing_since_gc; | |||
| 1879 | /* Threshold for doing another gc. */ | 1879 | /* Threshold for doing another gc. */ |
| 1880 | 1880 | ||
| 1881 | extern EMACS_INT gc_cons_threshold; | 1881 | extern EMACS_INT gc_cons_threshold; |
| 1882 | extern EMACS_INT gc_cons_combined_threshold; | ||
| 1882 | 1883 | ||
| 1883 | /* Structure for recording stack slots that need marking. */ | 1884 | /* Structure for recording stack slots that need marking. */ |
| 1884 | 1885 | ||