]> git.eshelyaron.com Git - emacs.git/commit
Port recent xdisp.c fix to picky C compilers
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jan 2016 23:27:55 +0000 (15:27 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 22 Jan 2016 23:28:34 +0000 (15:28 -0800)
commit27a0919cde7a6dce93aeba63b5ce7d0834f48531
treef190ea19340c561cfd48c8cdc47831b9e9ad1956
parentbbbb038654eab73624a5d51faa52f2d3f5db14b5
Port recent xdisp.c fix to picky C compilers

* src/xdisp.c (dump_glyph): Redo the call to fprintf to avoid
putting #if inside the arguments to a standard function, which
the C standard says has undefined behavior.
src/xdisp.c