diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 03:46:53 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 04:10:32 -0400 |
commit | 0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (patch) | |
tree | 7427f6c51dddc6fad14d373dcbafb0abc1d187e3 /man/XtAppError.man | |
parent | 9bebcedeb378f9fd6ea26767b11dae551b94dc54 (diff) |
add _X_NORETURN to agree with header-file
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtAppError.man')
-rw-r--r-- | man/XtAppError.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/XtAppError.man b/man/XtAppError.man index f0d2b41..6231cbf 100644 --- a/man/XtAppError.man +++ b/man/XtAppError.man @@ -41,9 +41,9 @@ XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler, XtAppWarning \- low-le .SH SYNTAX #include <X11/Intrinsic.h> .HP -void XtAppError(XtAppContext \fIapp_context\fP, const char *\fImessage\fP); +_X_NORETURN void XtAppError(XtAppContext \fIapp_context\fP, const char *\fImessage\fP); .HP -XtErrorHandler XtAppSetErrorHandler(XtAppContext \fIapp_context\fP, XtErrorHandler +XtErrorHandler XtAppSetErrorHandler(XtAppContext \fIapp_context\fP, _X_NORETURN XtErrorHandler \fIhandler\fP); .HP XtErrorHandler XtAppSetWarningHandler(XtAppContext \fIapp_context\fP, XtErrorHandler |