Mercurial > emacs
comparison src/lisp.h @ 11680:fef963992a7a
(gc_cons_threshold): Make this an EMACS_INT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 04 May 1995 16:19:40 +0000 |
parents | b2ccbdb6336f |
children | 77a296d0ab90 |
comparison
equal
deleted
inserted
replaced
11679:1ced2d67d411 | 11680:fef963992a7a |
---|---|
1182 | 1182 |
1183 extern int consing_since_gc; | 1183 extern int consing_since_gc; |
1184 | 1184 |
1185 /* Threshold for doing another gc. */ | 1185 /* Threshold for doing another gc. */ |
1186 | 1186 |
1187 extern int gc_cons_threshold; | 1187 extern EMACS_INT gc_cons_threshold; |
1188 | 1188 |
1189 /* Structure for recording stack slots that need marking. */ | 1189 /* Structure for recording stack slots that need marking. */ |
1190 | 1190 |
1191 /* This is a chain of structures, each of which points at a Lisp_Object variable | 1191 /* This is a chain of structures, each of which points at a Lisp_Object variable |
1192 whose value should be marked in garbage collection. | 1192 whose value should be marked in garbage collection. |