From 5623c27700b7b23a8dbbd8c8f45e5d4fa0c667e3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 2 Feb 2009 19:25:14 -0800 Subject: Constify atom name strings Changes MakeAtom to take a const char * and NameForAtom to return them, since many callers pass pointers to constant strings stored in read-only ELF sections. Updates in-tree callers as necessary to clear const mismatch warnings introduced by this change. Signed-off-by: Alan Coopersmith Acked-by: Peter Hutterer --- xkb/xkbfmisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xkb/xkbfmisc.c') diff --git a/xkb/xkbfmisc.c b/xkb/xkbfmisc.c index be8accb35..aa660dfbe 100644 --- a/xkb/xkbfmisc.c +++ b/xkb/xkbfmisc.c @@ -163,7 +163,7 @@ XkbWriteXKBKeymapForNames( FILE * file, unsigned want, unsigned need) { -char * tmp; +const char * tmp; unsigned complete; XkbNamesPtr old_names; int multi_section; -- cgit v1.2.3