This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Find more ObjC methods
- From: Devang Patel <dpatel at apple dot com>
- To: David Ayers <d dot ayers at inode dot at>
- Cc: discuss-gnustep at gnu dot org, Markus Hitter <mah at jump-ing dot de>, gcc-patches at gcc dot gnu dot org, Alexander Malmberg <alexander at malmberg dot org>, Ziemowit Laski <zlaski at apple dot com>
- Date: Fri, 3 Oct 2003 12:00:48 -0700
- Subject: Re: PATCH: Find more ObjC methods
- References: <4BD8AE00-F586-11D7-8A4D-00039340BDFC@jump-ing.de> <3F7D4818.1010706@inode.at>
On Oct 3, 2003, at 2:57 AM, David Ayers wrote:
[self somePrivatMethod]; /* <- should not see the prototype and warn!
*/
Does this mean that using private methods, that are not included
in @interface, is not a good idea? I think, compiler should figure
out that it is part @implementation and not warn about it.
--
Devang