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 (take 2)



On Friday, Oct 3, 2003, at 15:05 US/Pacific, Devang Patel wrote:



On Oct 3, 2003, at 2:55 PM, Ziemowit Laski wrote:


+ /* Retrieve category interface CAT_NAME (if any) associated with CLASS. */
+
+ static tree
+ lookup_category (tree class, tree cat_name)

Why not 'static inline' ?

We could do that, but how would a non-C99 compiler react to this if we're not bootstrapping? :-)
--------------------------------------------------------------
Ziemowit Laski 1 Infinite Loop, MS 301-2K
Mac OS X Compiler Group Cupertino, CA USA 95014-2083
Apple Computer, Inc. +1.408.974.6229 Fax .5477



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