objc-next-runtime-abi-02.c (newabi_append_ro): Add const qualifier to constant variable pointer declaration.
2011-05-13 Toon Moene <toon@moene.org> * objc-next-runtime-abi-02.c (newabi_append_ro): Add const qualifier to constant variable pointer declaration. From-SVN: r173723
This commit is contained in:
parent
a2eba9136c
commit
e6e9475b4b
@ -1,3 +1,8 @@
|
||||
2011-05-13 Toon Moene <toon@moene.org>
|
||||
|
||||
* objc-next-runtime-abi-02.c (newabi_append_ro):
|
||||
Add const qualifier to constant variable pointer declaration.
|
||||
|
||||
2011-05-11 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* objc-act.h (CLASS_NAME, CLASS_SUPER_NAME): Use proper accessors.
|
||||
|
@ -1879,7 +1879,7 @@ objc_build_internal_classname (tree ident, bool metaclass)
|
||||
static const char *
|
||||
newabi_append_ro (const char *name)
|
||||
{
|
||||
char *dollar;
|
||||
const char *dollar;
|
||||
char *p;
|
||||
static char string[BUFSIZE];
|
||||
dollar = strchr (name, '$');
|
||||
|
Loading…
Reference in New Issue
Block a user