Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.
authorEli Zaretskii <eliz@gnu.org>
Fri, 24 Sep 2010 19:30:13 +0000 (15:30 -0400)
committerEli Zaretskii <eliz@gnu.org>
Fri, 24 Sep 2010 19:30:13 +0000 (15:30 -0400)
commit5816888b23238706d35d9d6e094c24866dedf2c6
tree3f2a3ad6fa165c8e8aeb7675cda07d5ab15b490b
parent07914cd0078f3d8dc720644fd899ce8e3f0b1913
Fix int/EMACS_INT in eval.c and indent.c, correct previous changes.

 indent.c (Fcurrent_indentation, indented_beyond_p)
 (compute_motion): Use EMACS_INT for buffer position variables.
 lisp.h (indented_beyond_p): Adjust prototype.
 buffer.c (overlay_strings): Return EMACS_INT.
 buffer.h (overlay_strings): Adjust prototype.
 region-cache.c (pp_cache): Adjust format to arguments.
 eval.c <specpdl_size, lisp_eval_depth>: Declare EMACS_INT.
 (call_debugger): Use EMACS_INT for specpdl_size related variables.
 (verror): Use EMACS_INT for size of allocated buffer.
src/ChangeLog
src/buffer.c
src/buffer.h
src/eval.c
src/indent.c
src/lisp.h
src/region-cache.c