From 575584a982dbf3192d20b2201420721df216277d Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Sat, 18 Dec 2010 12:22:59 +0000 Subject: In libobjc/: 2010-12-18 Nicola Pero In libobjc/: 2010-12-18 Nicola Pero * 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 --- libobjc/error.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libobjc/error.c') 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 #include -- cgit v1.1