Re: A five character qualifier saves the C++ build ...

2011-05-12 Thread Mike Stump
On May 12, 2011, at 1:33 PM, Toon Moene wrote: > [ Strong Typing Is For People With Weak Memories ] :-) > 2011-05-12 Toon Moene > > * objc-next-runtime-abi-02.c (objc_build_internal_classname): > Add const qualifier to constant variable pointer declaration. > Apply as obvious ?

A five character qualifier saves the C++ build ...

2011-05-12 Thread Toon Moene
[ Strong Typing Is For People With Weak Memories ] The attached patch fixes the C++ (--disable-werror) bootstrap: 2011-05-12 Toon Moene * objc-next-runtime-abi-02.c (objc_build_internal_classname): Add const qualifier to constant variable pointer declaration. Apply as obviou