mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(gc_cons_threshold): Change back to int.
This commit is contained in:
parent
5be039b9df
commit
65deefcace
1 changed files with 1 additions and 1 deletions
|
|
@ -1184,7 +1184,7 @@ extern int consing_since_gc;
|
|||
|
||||
/* Threshold for doing another gc. */
|
||||
|
||||
extern EMACS_INT gc_cons_threshold;
|
||||
extern int gc_cons_threshold;
|
||||
|
||||
/* Structure for recording stack slots that need marking. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue