diff options
author | Nicola Pero <nicola@gcc.gnu.org> | 2010-09-08 21:10:57 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2010-09-08 21:10:57 +0000 |
commit | 03dbada4fb1c4400d6dc73f18da479b7fb86530f (patch) | |
tree | c8c9cebff391dad7b5ccb95fbfceca710ed26f7d | |
parent | 5c0b0c75a9d524877d130486e00eff77a7410f1c (diff) | |
download | gcc-03dbada4fb1c4400d6dc73f18da479b7fb86530f.zip gcc-03dbada4fb1c4400d6dc73f18da479b7fb86530f.tar.gz gcc-03dbada4fb1c4400d6dc73f18da479b7fb86530f.tar.bz2 |
Reindented comment
From-SVN: r164026
-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 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)) */ |