]> git.eshelyaron.com Git - emacs.git/commit
Minor casefiddle.c cleanups
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 22:05:13 +0000 (15:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 6 Apr 2017 22:05:38 +0000 (15:05 -0700)
commit451a0c8b6955006f5aaa8b660a9e0b935b4fa095
treedcec5107dc369c52eae279023b30153c9bc1463d
parentf3a0f3a1167237c543b95c7b0a59c0a7bf8434dc
Minor casefiddle.c cleanups

* src/casefiddle.c: Redo recent changes to match GNU style,
and prefer C99-style decls within blocks.
(GREEK_CAPITAL_LETTER_SIGMA): Rename from CAPITAL_SIGMA, so that
we are merely using the Unicode name, and make it a constant
rather than a macro.  All uses changed.
(SMALL_SIGMA): Remove; unused.
(GREEK_SMALL_LETTER_FINAL_SIGMA): Rename from SMALL_FINAL_SIGMA,
and make it a constant rather than a macro.  All uses changed.
(do_casify_multibyte_string): Use ‘verify’ rather than an
unportable static_assertion local.
src/casefiddle.c