Unconstify a few string struct fields
authorRan Benita <ran234@gmail.com>
Fri, 8 Jun 2012 06:25:38 +0000 (09:25 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 9 Jun 2012 09:34:57 +0000 (12:34 +0300)
commitcb631c2de040768478e50db1e606d23ab5286e73
treec54148e2b9a2d0e9f454d5e106b72ee812cb2dda
parentd0718e988cf8e92a11f93e936af13728123b6bce
Unconstify a few string struct fields

These were made const when the structs were exposed in the API. Now they
are private and we shouldn't mess around with the UNCONSTIFY business.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/alloc.c
src/xkb-priv.h
src/xkbcomp/indicators.c
src/xkbcomp/keycodes.c
src/xkbcomp/keytypes.c
src/xkbcomp/symbols.c