diff options
| author | Richard M. Stallman | 1995-05-04 16:19:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-04 16:19:40 +0000 |
| commit | c144d27ad00e06e959699e71bfe6402834f5200d (patch) | |
| tree | 3486d44ba3605535cb19dc9afaa27d48a8b42f51 /src | |
| parent | 26b926e143dd93baf90c788fa6bfdbc6bd47cb60 (diff) | |
| download | emacs-c144d27ad00e06e959699e71bfe6402834f5200d.tar.gz emacs-c144d27ad00e06e959699e71bfe6402834f5200d.zip | |
(gc_cons_threshold): Make this an EMACS_INT.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 267cf99b49c..fb6ededad71 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1184,7 +1184,7 @@ 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 | ||