This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Find more ObjC methods


Ziemowit Laski wrote:
[snip]
> This will hopefully do for now.  It occurred to me that, in the long 
> run,
> the compiler should stop distinguishing @interfaces from 
> @implementations
> (since the former are merely forward declarations for the latter).

I've always considered this a feature. The @interface is the public
interface for an @implementation. Thus, methods that appear only in an
implementation are private to that implementation. The scope of this
change is very small, though.

- Alexander Malmberg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]