diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-14 14:43:31 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-14 14:43:31 -0700 |
commit | ad6042bb6f905a38c1c5b7a77981894355496e5c (patch) | |
tree | 9c9af40f82d0180071ca5831d51409dd0d5ca4b6 /lisp/emacs-lisp/debug.el | |
parent | f00bbb22a2954fbc7541d20a829178d531bd15d1 (diff) | |
download | emacs-ad6042bb6f905a38c1c5b7a77981894355496e5c.tar.gz emacs-ad6042bb6f905a38c1c5b7a77981894355496e5c.tar.bz2 emacs-ad6042bb6f905a38c1c5b7a77981894355496e5c.zip |
Fix minor problems found by static checking.
* bidi.c (bidi_cache_size): Now EMACS_INT, not size_t.
(elsz): Now a signed constant, not a size_t var. We prefer signed
types to unsigned, to avoid integer comparison confusion. Without
this change, GCC 4.6.1 with -Wunsafe-loop-optimizations complains
"cannot optimize loop, the loop counter may overflow", a symptom
of the confusion.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions