Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8d3fc7ec
Commit
8d3fc7ec
authored
Jan 01, 2022
by
Zhehao Lin
Committed by
Eli Zaretskii
Jan 01, 2022
Browse files
* src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.
Copyright-paperwork-exempt: yes
parent
19dcb237
Pipeline
#15065
passed with stages
in 41 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfaces.c
src/xfaces.c
+1
-1
No files found.
src/xfaces.c
View file @
8d3fc7ec
...
...
@@ -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;
...
...
EMBA bot
@bot
mentioned in commit
dcd76bd4
·
Jan 01, 2022
mentioned in commit
dcd76bd4
mentioned in commit dcd76bd48df678d8234b904d7b13c997228519a3
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment