diff src/fontset.c @ 92237:ce06567a933d

* dispextern.h (face_at_buffer_position, face_for_overlay_string) (face_at_string_position): * xfaces.c (face_at_buffer_position, face_for_overlay_string) (face_at_string_position): * xdisp.c (display_string, next_overlay_change): * buffer.h (overlays_at): * buffer.c (overlays_at): Use EMACS_INT for buffer positions. Update callers.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 26 Feb 2008 18:18:05 +0000
parents 6916adc8df33
children e9a2a0f6094f
line wrap: on
line diff
--- a/src/fontset.c	Tue Feb 26 16:36:52 2008 +0000
+++ b/src/fontset.c	Tue Feb 26 18:18:05 2008 +0000
@@ -2025,7 +2025,7 @@
      (position, ch)
      Lisp_Object position, ch;
 {
-  int pos, pos_byte, dummy;
+  EMACS_INT pos, pos_byte, dummy;
   int face_id;
   int c;
   struct frame *f;