summaryrefslogtreecommitdiff
path: root/src/composite.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2011-04-04 12:53:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2011-04-04 12:53:59 -0700
commitdcd5c89a9e2fbaecd3f5a55c0221636537950c46 (patch)
tree090c122095d7570e2642f4552ed81c216077aaaf /src/composite.h
parentb13a45c6f92b2489ddd16ba2af9f19ebf46d3a2a (diff)
downloademacs-dcd5c89a9e2fbaecd3f5a55c0221636537950c46.tar.gz
* composite.h, composite.c (composition_gstring_put_cache):
Use EMACS_INT, not int, for length.
Diffstat (limited to 'src/composite.h')
-rw-r--r--src/composite.h2
1 files changed, 1 insertions, 1 deletions
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,