summaryrefslogtreecommitdiff
path: root/libobjc/error.c
diff options
context:
space:
mode:
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-07 22:07:48 +0000
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>2011-06-07 22:07:48 +0000
commit48cb632404d9b49ca4f04e47de5a40b8165e7e7b (patch)
treee5b82f4dfe9df54ded3816a18f630012d3b9c2a9 /libobjc/error.c
parent8ce5985492e01af26fb8cabcc38118f8ae0a91e2 (diff)
downloadgcc-48cb632404d9b49ca4f04e47de5a40b8165e7e7b.tar.gz
In libobjc/:
2011-06-07 Nicola Pero <nicola.pero@meta-innovation.com> * objc-private/module-abi-8.h (class_get_instance_size): Removed. * objects.c (class_create_instance): Removed. * error.c (__USE_FIXED_PROTOTYPES__): Removed. * gc.c (__objc_generate_gc_type_description): Use class_getInstanceSize() instead of class_get_instance_size(). * selector.c (sel_types_match): Made static. (sel_get_typed_uid): Removed. (sel_get_any_typed_uid): Removed. (sel_get_name): Removed. (sel_get_type): Removed. (sel_register_name): Removed. (sel_register_typed_name): Removed. (sel_get_uid): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174773 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc/error.c')
-rw-r--r--libobjc/error.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libobjc/error.c b/libobjc/error.c
index 51d6402b998..b56aa4da665 100644
--- a/libobjc/error.c
+++ b/libobjc/error.c
@@ -26,10 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "objc-private/common.h"
#include "objc-private/error.h"
-/* __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. */
-#define __USE_FIXED_PROTOTYPES__
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>