projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19dcb23
)
* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
author
Zhehao Lin
<zh_lin1@outlook.com>
Sat, 1 Jan 2022 08:19:49 +0000
(16:19 +0800)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 1 Jan 2022 09:57:42 +0000
(11:57 +0200)
Copyright-paperwork-exempt: yes
src/xfaces.c
patch
|
blob
|
history
diff --git
a/src/xfaces.c
b/src/xfaces.c
index 2bf24da7fc90687c48aba3739cecfbeef4cd370b..b9fb7c0ac1e713cd551e5f93b41a39102c2ac5c7 100644
(file)
--- a/
src/xfaces.c
+++ b/
src/xfaces.c
@@
-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);
- u
nsigned
hash;
+ u
intptr_t
hash;
int i;
struct face *face;