diff options
| author | Richard M. Stallman | 1995-05-06 23:03:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-05-06 23:03:00 +0000 |
| commit | 65deefcace44ba6facb18abfbbf5fae7f0b559d9 (patch) | |
| tree | e370ba1132abc72423b3c031c546205c68887bb0 /src/lisp.h | |
| parent | 5be039b9df411dbf38f80ca19c6b94322d7d474f (diff) | |
| download | emacs-65deefcace44ba6facb18abfbbf5fae7f0b559d9.tar.gz emacs-65deefcace44ba6facb18abfbbf5fae7f0b559d9.zip | |
(gc_cons_threshold): Change back to int.
Diffstat (limited to 'src/lisp.h')
| -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 fb6ededad71..267cf99b49c 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 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 | ||