summaryrefslogtreecommitdiff
path: root/libobjc/error.c
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-18 12:22:59 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2010-12-18 12:22:59 +0000
commit2f8eaca53749e2d85f362c87dec608e2427af0d3 (patch)
treed7fb79bd88b2a0bfec5d8db79632971970a6eea6 /libobjc/error.c
parent1513d233fa496c0248268054f54e42f54464161e (diff)
downloadgcc-2f8eaca53749e2d85f362c87dec608e2427af0d3.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168022 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/error.c')
-rw-r--r--libobjc/error.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libobjc/error.c b/libobjc/error.c
index 7c6ba44b76f..1dae36594f2 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>