]> git.eshelyaron.com Git - emacs.git/commit
Use machine pointer width for face hashes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jun 2019 23:39:22 +0000 (16:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 7 Jun 2019 23:48:56 +0000 (16:48 -0700)
commitde46a6a4484750b96d6bf43c618029fa70db6080
treebe2b8c36737677db418c766cfba69e14a46290d3
parentda1974fabddda6fac029db6960110001c6472ddc
Use machine pointer width for face hashes

* src/dispextern.h (struct face):
* src/xfaces.c (hash_string_case_insensitive, lface_hash)
(cache_face, lookup_face): Use uintptr_t for face hashes
instead of discarding the upper pointer bits on 64-bit machines.
src/dispextern.h
src/xfaces.c