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