* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
19dcb237b5
commit
8d3fc7ec89
1 changed files with 1 additions and 1 deletions
|
@ -4824,7 +4824,7 @@ face_for_font (struct frame *f, Lisp_Object font_object,
|
|||
struct face *base_face)
|
||||
{
|
||||
struct face_cache *cache = FRAME_FACE_CACHE (f);
|
||||
unsigned hash;
|
||||
uintptr_t hash;
|
||||
int i;
|
||||
struct face *face;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue