From 4c604c6868c9a604f4943388020ab4171c203d88 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 20 Sep 2002 09:25:07 +0000 Subject: [PATCH] Exported for windows a runtime function git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@14494 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog.GNUstep | 7 +++++++ libobjc.def | 1 + objc/objc-api.h | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index 6613e4b..8329f58 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,10 @@ +Thu Sep 12 13:15:00 2002 Nicola Pero + + * libobjc.def (objc_set_error_handler): Added. + (Reported by Roland Schwingel ). + * objc/objc-api.h (objc_set_error_handler): Mark it as + objc_EXPORT. + 2002-05-02 Adam Fedor * GNUmakefile: Version 1.2.2 diff --git a/libobjc.def b/libobjc.def index bdfc0a4..8671ef2 100644 --- a/libobjc.def +++ b/libobjc.def @@ -169,3 +169,4 @@ hash_new hash_next hash_remove hash_value_for_key +objc_set_error_handler \ No newline at end of file diff --git a/objc/objc-api.h b/objc/objc-api.h index 4726cb5..b366ba0 100644 --- a/objc/objc-api.h +++ b/objc/objc-api.h @@ -100,7 +100,7 @@ struct objc_method_description objc_EXPORT void objc_error(id object, int code, const char* fmt, ...); objc_EXPORT void objc_verror(id object, int code, const char* fmt, va_list ap); typedef BOOL (*objc_error_handler)(id, int code, const char *fmt, va_list ap); -objc_error_handler objc_set_error_handler(objc_error_handler func); +objc_EXPORT objc_error_handler objc_set_error_handler(objc_error_handler func); /* ** Error codes