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]

[RFA/doc] Clarify comments on constructor/destructor wrt ObjC


Hello,

This patch clarifies the comments on extend.texi about constructor and destructor function attributes with respect to Objective-C.

Please apply if approved.

Cheers,
David Ayers
2004-06-08  David Ayers <d.ayers@inode.at>

	* gcc/doc/extend.texi: Clarify constraints for constructor and
	destructor attributes with respect to the Objective-C front end.
	
Index: gcc/doc/extend.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/extend.texi,v
retrieving revision 1.194
diff -u -r1.194 extend.texi
--- gcc/doc/extend.texi	1 Jun 2004 15:12:14 -0000	1.194
+++ gcc/doc/extend.texi	7 Jun 2004 21:58:03 -0000
@@ -2199,7 +2199,9 @@
 initializing data that will be used implicitly during the execution of
 the program.
 
-These attributes are not currently implemented for Objective-C@.
+As of this writing, these attributes are not implemented for
+Objective-C@ methods.  They can be used in C-style functions with the
+Objective-C@ front end.
 
 @cindex @code{unused} attribute.
 @item unused

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