comparison src/lisp.h @ 11726:77a296d0ab90

(gc_cons_threshold): Change back to int.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 1995 23:03:00 +0000
parents fef963992a7a
children 1136a3614d79
comparison
equal deleted inserted replaced
11725:fba9ec0e2b30 11726:77a296d0ab90
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 EMACS_INT gc_cons_threshold; 1187 extern 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.