]> gcc.gnu.org Git - gcc.git/commit
objc-act.c (synth_module_prologue): Const-qualify objc_selector type if using the...
authorZiemowit Laski <zlaski@apple.com>
Sat, 6 Mar 2004 00:26:42 +0000 (00:26 +0000)
committerZiemowit Laski <zlaski@gcc.gnu.org>
Sat, 6 Mar 2004 00:26:42 +0000 (00:26 +0000)
commit1a4a7065a972b721e9a5555dc87cd8d4d4ce755e
treeff73b7fc6878ffdc02820b5d57cdf40321b0b64c
parentddb3d624da6d00974ae74afe5d99a02165418b9f
objc-act.c (synth_module_prologue): Const-qualify objc_selector type if using the GNU runtime...

[gcc/ChangeLog]
2004-03-05  Ziemowit Laski  <zlaski@apple.com>

        * objc/objc-act.c (synth_module_prologue): Const-qualify
        objc_selector type if using the GNU runtime; fix generated
        signatures for objc_msg_lookup and objc_msg_lookup_super
        to match what GNU ObjC headers provide; reformat and clean up.
        (synth_self_and_ucmd_args): Use previously constructed (and
        hence possibly const-qualified) objc_selector type.

From-SVN: r79004
gcc/ChangeLog
gcc/objc/objc-act.c
This page took 0.071641 seconds and 5 git commands to generate.