diff options
author | Nicola Pero <nicola.pero@meta-innovation.com> | 2010-12-18 12:22:59 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2010-12-18 12:22:59 +0000 |
commit | 575584a982dbf3192d20b2201420721df216277d (patch) | |
tree | d7fb79bd88b2a0bfec5d8db79632971970a6eea6 /libobjc/error.c | |
parent | f21fe68470f435870bcc4f0ff1bdc52f1c013103 (diff) | |
download | gcc-575584a982dbf3192d20b2201420721df216277d.zip gcc-575584a982dbf3192d20b2201420721df216277d.tar.gz gcc-575584a982dbf3192d20b2201420721df216277d.tar.bz2 |
In libobjc/: 2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/:
2010-12-18 Nicola Pero <nicola.pero@meta-innovation.com>
* class.c: Tidied up comments and indentation. No code changes.
* error.c: Same.
* exception.c: Same.
* init.c: Same.
* ivars.c: Same.
* memory.c: Same.
* objc-foreach.c: Same.
* objc-sync.c: Same.
* objects.c: Same.
* protocols.c: Same.
* sarray.c: Same.
* thr.c: Same.
From-SVN: r168022
Diffstat (limited to 'libobjc/error.c')
-rw-r--r-- | libobjc/error.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libobjc/error.c b/libobjc/error.c index 7c6ba44..1dae365 100644 --- a/libobjc/error.c +++ b/libobjc/error.c @@ -28,8 +28,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* __USE_FIXED_PROTOTYPES__ used to be required to get prototypes for malloc, free, etc. on some platforms. It is unclear if we still - need it, but it can't hurt. -*/ + need it, but it can't hurt. */ #define __USE_FIXED_PROTOTYPES__ #include <stdlib.h> #include <stdio.h> |