]> gcc.gnu.org Git - gcc.git/commit
This patch makes selectors in the Objective-C language be pointers to a struct {...
authorKresten Krab Thorup <krab@gcc.gnu.org>
Thu, 30 Jun 1994 16:18:55 +0000 (16:18 +0000)
committerKresten Krab Thorup <krab@gcc.gnu.org>
Thu, 30 Jun 1994 16:18:55 +0000 (16:18 +0000)
commita39d31bc0c617e5bc7e57e513ba165e00ed46580
tree8fe61c212a5faefb5e2d0f5e09269f407fb13584
parent7a1dd323251ccfb83be3b6e5ae9e7ff31ec8a413
This patch makes selectors in the Objective-C language be pointers to a struct { void *sel_id...

        This patch makes selectors in the Objective-C language be pointers
        to a struct { void *sel_id, char *sel_types }, where the sel_types
        element is the type encoding of the method arguments.

From-SVN: r7622
15 files changed:
gcc/objc/Object.h
gcc/objc/archive.c
gcc/objc/class.c
gcc/objc/encoding.c
gcc/objc/hash.c
gcc/objc/init.c
gcc/objc/misc.c
gcc/objc/objc-api.h
gcc/objc/objc.h
gcc/objc/objects.c
gcc/objc/runtime.h
gcc/objc/sarray.c
gcc/objc/selector.c
gcc/objc/sendmsg.c
gcc/objc/typedstream.h
This page took 0.065105 seconds and 5 git commands to generate.