Go to file
Kresten Krab Thorup a39d31bc0c 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
1994-06-30 16:18:55 +00:00
gcc This patch makes selectors in the Objective-C language be pointers to a struct { void *sel_id... 1994-06-30 16:18:55 +00:00