diff options
| author | Stefan Monnier | 2005-07-13 05:33:34 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-07-13 05:33:34 +0000 |
| commit | aa37e9e246dd9ef17d387f35dcea59986a7d8567 (patch) | |
| tree | 4bd75cfa6d9b519685e8963a7a50ee99598d21cf /src/alloc.c | |
| parent | 43afcf17628cc9e5745490b158c44e134d2f81e6 (diff) | |
| download | emacs-aa37e9e246dd9ef17d387f35dcea59986a7d8567.tar.gz emacs-aa37e9e246dd9ef17d387f35dcea59986a7d8567.zip | |
(gc_cons_threshold): Make it static.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index a8cf897ede2..a65a96f1631 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -174,7 +174,7 @@ EMACS_INT strings_consed; | |||
| 174 | 174 | ||
| 175 | /* Number of bytes of consing since GC before another GC should be done. */ | 175 | /* Number of bytes of consing since GC before another GC should be done. */ |
| 176 | 176 | ||
| 177 | EMACS_INT gc_cons_threshold; | 177 | static EMACS_INT gc_cons_threshold; |
| 178 | EMACS_INT gc_cons_combined_threshold; | 178 | EMACS_INT gc_cons_combined_threshold; |
| 179 | static Lisp_Object Vgc_cons_percentage; | 179 | static Lisp_Object Vgc_cons_percentage; |
| 180 | 180 | ||