* defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN

from declaration.
* top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
from definition.
This commit is contained in:
Mark Kettenis
2004-08-14 13:37:51 +00:00
parent 8d8cb83962
commit c40d0d10b1
3 changed files with 9 additions and 2 deletions

View File

@@ -290,7 +290,7 @@ void (*deprecated_context_hook) (int id);
/* Takes control from error (). Typically used to prevent longjmps out of the
middle of the GUI. Usually used in conjunction with a catch routine. */
NORETURN void (*deprecated_error_hook) (void) ATTR_NORETURN;
void (*deprecated_error_hook) (void);
/* One should use catch_errors rather than manipulating these