Move utility macro from XKBcommonint.h to utils.h
authorRan Benita <ran234@gmail.com>
Fri, 23 Mar 2012 22:12:08 +0000 (00:12 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 13:12:34 +0000 (14:12 +0100)
commit3104a8ef181622805f39eba608523eec51591944
treef2a707e73972133fde3ba3e6ad52702aa860d30c
parent2a5f641657033e0ed1d4d9e712296e1e76bcaf6d
Move utility macro from XKBcommonint.h to utils.h

And merge all the similar ones into the same name.
The u* prefix is chosen over the _Xkb prefix because it has more uses
throughout the codebase. But It should now be simple to choose a nice
prefix and stay consistent.

Signed-off-by: Ran Benita <ran234@gmail.com>
[daniels: fixed for the case where we have strcasecmp]
14 files changed:
src/XKBcommonint.h
src/alloc.c
src/malloc.c
src/map.c
src/maprules.c
src/utils.h
src/xkbcomp/compat.c
src/xkbcomp/indicators.c
src/xkbcomp/keycodes.c
src/xkbcomp/keytypes.c
src/xkbcomp/parseutils.c
src/xkbcomp/symbols.c
src/xkbcomp/xkbcomp.c
src/xkbcomp/xkbpath.c