Avoid compiler warnings in xdisp.c debugging code
commit92307cb05d8b0d05dab7981f30c13962f8050eb0
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Sat, 8 Jul 2017 08:15:52 +0000 (8 11:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2017 08:15:52 +0000 (8 11:15 +0300)
tree7f4a2c3803568b86ec488d07011867d0c25ccd40
parent6e2a2b334d6ab58722ddd0eda19413c115573980
Avoid compiler warnings in xdisp.c debugging code

* src/xdisp.c (dump_glyph, dump_glyph_row, Fdump_glyph_matrix):
Use pD directives for ptrdiff_t values instead of pI, to avoid
compilation warnings on 64-bit hosts.  (Bug#27597)
src/xdisp.c