aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorNicola Pero <nicola@gcc.gnu.org>2010-09-08 21:10:57 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-09-08 21:10:57 +0000
commit03dbada4fb1c4400d6dc73f18da479b7fb86530f (patch)
treec8c9cebff391dad7b5ccb95fbfceca710ed26f7d /libobjc
parent5c0b0c75a9d524877d130486e00eff77a7410f1c (diff)
downloadgcc-03dbada4fb1c4400d6dc73f18da479b7fb86530f.zip
gcc-03dbada4fb1c4400d6dc73f18da479b7fb86530f.tar.gz
gcc-03dbada4fb1c4400d6dc73f18da479b7fb86530f.tar.bz2
Reindented comment
From-SVN: r164026
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/objc/Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h
index b9cf037..45c74de 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)) */