Mercurial > emacs
changeset 43314:383c4e6bb59c
Remove unwanted changes.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 15 Feb 2002 21:23:51 +0000 |
parents | 32f59a921eb9 |
children | 993cb381ee7d |
files | src/alloc.c |
diffstat | 1 files changed, 12 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alloc.c Fri Feb 15 21:19:08 2002 +0000 +++ b/src/alloc.c Fri Feb 15 21:23:51 2002 +0000 @@ -122,18 +122,18 @@ /* Count the amount of consing of various sorts of space. */ -EMACS_INT cons_cells_consed; -EMACS_INT floats_consed; -EMACS_INT vector_cells_consed; -EMACS_INT symbols_consed; -EMACS_INT string_chars_consed; -EMACS_INT misc_objects_consed; -EMACS_INT intervals_consed; -EMACS_INT strings_consed; +int cons_cells_consed; +int floats_consed; +int vector_cells_consed; +int symbols_consed; +int string_chars_consed; +int misc_objects_consed; +int intervals_consed; +int strings_consed; /* Number of bytes of consing since GC before another GC should be done. */ -EMACS_INT gc_cons_threshold; +int gc_cons_threshold; /* Nonzero during GC. */ @@ -155,8 +155,8 @@ /* Two limits controlling how much undo information to keep. */ -EMACS_INT undo_limit; -EMACS_INT undo_strong_limit; +int undo_limit; +int undo_strong_limit; /* Number of live and free conses etc. */ @@ -215,7 +215,7 @@ /* Index in pure at which next pure object will be allocated.. */ -EMACS_INT pure_bytes_used; +int pure_bytes_used; /* If nonzero, this is a warning delivered by malloc and not yet displayed. */