summaryrefslogtreecommitdiff
path: root/MagickCore/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'MagickCore/exception.c')
-rw-r--r--MagickCore/exception.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/MagickCore/exception.c b/MagickCore/exception.c
index 305edcb1c..6456b11a6 100644
--- a/MagickCore/exception.c
+++ b/MagickCore/exception.c
@@ -17,7 +17,7 @@
% July 1993 %
% %
% %
-% Copyright 1999-2020 ImageMagick Studio LLC, a non-profit organization %
+% Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization %
% dedicated to making software imaging solutions freely available. %
% %
% You may not use this file except in compliance with the License. You may %
@@ -149,7 +149,7 @@ MagickExport ExceptionInfo *AcquireExceptionInfo(void)
static void *DestroyExceptionElement(void *exception)
{
- register ExceptionInfo
+ ExceptionInfo
*p;
p=(ExceptionInfo *) exception;
@@ -205,7 +205,7 @@ MagickExport void CatchException(ExceptionInfo *exception)
LinkedListInfo
*exceptions;
- register const ExceptionInfo
+ const ExceptionInfo
*p;
ssize_t
@@ -687,7 +687,7 @@ MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity,
MagickExport void InheritException(ExceptionInfo *exception,
const ExceptionInfo *relative)
{
- register const ExceptionInfo
+ const ExceptionInfo
*p;
assert(exception != (ExceptionInfo *) NULL);
@@ -995,7 +995,7 @@ MagickExport MagickBooleanType ThrowException(ExceptionInfo *exception,
LinkedListInfo
*exceptions;
- register ExceptionInfo
+ ExceptionInfo
*p;
assert(exception != (ExceptionInfo *) NULL);