diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-08 21:10:57 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-08 21:10:57 +0000 |
commit | 1f887203c82a784dae95e1891aa689f6df455555 (patch) | |
tree | c8c9cebff391dad7b5ccb95fbfceca710ed26f7d /libobjc/objc | |
parent | 793f259851f35d416c1a3a86f3e9677ca3e9c40e (diff) | |
download | gcc-1f887203c82a784dae95e1891aa689f6df455555.tar.gz |
Reindented comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164026 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/objc')
-rw-r--r-- | libobjc/objc/Object.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h index b9cf037b1b5..45c74deaca7 100644 --- a/libobjc/objc/Object.h +++ b/libobjc/objc/Object.h @@ -131,8 +131,8 @@ extern "C" { + (int)version; + setVersion:(int)aVersion; -/* The following methods were deprecated in GCC 4.6.0 and will be removed in the next - GCC release. +/* The following methods were deprecated in GCC 4.6.0 and will be + removed in the next GCC release. */ + (int)streamVersion: (TypedStream*)aStream; /* __attribute__ ((deprecated)) */ |