]> code.delx.au - gnu-emacs/commit
Fix char signedness issue in bidi code
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 27 Feb 2016 15:53:03 +0000 (16:53 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 27 Feb 2016 15:59:50 +0000 (16:59 +0100)
commit9e078e592f02108c3b27c66513da4696b09e8125
tree043a8f5c5072ce93448fc8ae74696e58df3f8fb9
parent064adf6ff026699f660f331e4a27f1cf61f9ad72
Fix char signedness issue in bidi code

* src/dispextern.h (struct bidi_t): Change type of resolved_level
and isolate_level to signed char.  (Bug#22830)
src/dispextern.h