aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2005-07-13 05:32:52 +0000
committerStefan Monnier2005-07-13 05:32:52 +0000
commit43afcf17628cc9e5745490b158c44e134d2f81e6 (patch)
tree4af222df683ba02a4745bdbbcdd517da1baf1c67 /src
parent856163dbe8bdff05044ae80c11f09438b813afc1 (diff)
downloademacs-43afcf17628cc9e5745490b158c44e134d2f81e6.tar.gz
emacs-43afcf17628cc9e5745490b158c44e134d2f81e6.zip
(gc_cons_threshold): Remove declaration.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 5ccc4b3dc4b..de7a6b05d87 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1878,7 +1878,6 @@ extern int consing_since_gc;
1878 1878
1879/* Threshold for doing another gc. */ 1879/* Threshold for doing another gc. */
1880 1880
1881extern EMACS_INT gc_cons_threshold;
1882extern EMACS_INT gc_cons_combined_threshold; 1881extern 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. */