summaryrefslogtreecommitdiff
path: root/coders/msl.c
diff options
context:
space:
mode:
Diffstat (limited to 'coders/msl.c')
-rw-r--r--coders/msl.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/coders/msl.c b/coders/msl.c
index ea2329132..68abd7d18 100644
--- a/coders/msl.c
+++ b/coders/msl.c
@@ -19,7 +19,7 @@
% December 2001 %
% %
% %
-% 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 %
@@ -660,7 +660,7 @@ static void MSLStartElement(void *context,const xmlChar *tag,
RectangleInfo
geometry;
- register ssize_t
+ ssize_t
i;
size_t
@@ -1955,10 +1955,10 @@ static void MSLStartElement(void *context,const xmlChar *tag,
opacity,
y;
- register ssize_t
+ ssize_t
x;
- register Quantum
+ Quantum
*q;
CacheView
@@ -3418,7 +3418,7 @@ static void MSLStartElement(void *context,const xmlChar *tag,
msl_info->image[n]=next_image;
else
{
- register Image
+ Image
*p;
/*
@@ -4452,7 +4452,7 @@ static void MSLStartElement(void *context,const xmlChar *tag,
name[MagickPathExtent],
filename[MagickPathExtent];
- register char
+ char
*p;
StringInfo
@@ -4464,7 +4464,7 @@ static void MSLStartElement(void *context,const xmlChar *tag,
if ((*p == ':') && (IsPathDirectory(keyword) < 0) &&
(IsPathAccessible(keyword) == MagickFalse))
{
- register char
+ char
*q;
/*
@@ -7532,10 +7532,10 @@ static void MSLCharacters(void *context,const xmlChar *c,int length)
MSLInfo
*msl_info;
- register char
+ char
*p;
- register ssize_t
+ ssize_t
i;
/*