From dcd5c89a9e2fbaecd3f5a55c0221636537950c46 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 4 Apr 2011 12:53:59 -0700 Subject: * composite.h, composite.c (composition_gstring_put_cache): Use EMACS_INT, not int, for length. --- src/composite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/composite.h') diff --git a/src/composite.h b/src/composite.h index fa8e1164e4a..ffdb57a571e 100644 --- a/src/composite.h +++ b/src/composite.h @@ -307,7 +307,7 @@ struct composition_it; struct face; struct font_metrics; -extern Lisp_Object composition_gstring_put_cache (Lisp_Object, int); +extern Lisp_Object composition_gstring_put_cache (Lisp_Object, EMACS_INT); extern Lisp_Object composition_gstring_from_id (int); extern int composition_gstring_p (Lisp_Object); extern int composition_gstring_width (Lisp_Object, EMACS_INT, EMACS_INT, -- cgit v1.2.1